{"id":25341969,"url":"https://github.com/opensvm/lessvm","last_synced_at":"2026-02-25T21:31:24.361Z","repository":{"id":277468002,"uuid":"932443406","full_name":"openSVM/lessvm","owner":"openSVM","description":"lessvm ","archived":false,"fork":false,"pushed_at":"2025-04-15T23:37:33.000Z","size":1284,"stargazers_count":14,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-09T06:40:42.918Z","etag":null,"topics":["anchor","hot-reload","serum","smart-contracts","solana","solana-program","solana-vm","svm","vyper"],"latest_commit_sha":null,"homepage":"https://lessvm.com","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openSVM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-13T23:19:57.000Z","updated_at":"2025-07-01T11:03:02.000Z","dependencies_parsed_at":"2025-02-14T04:28:19.257Z","dependency_job_id":"9893378d-4dbf-47f6-b798-3e7140bf5bd0","html_url":"https://github.com/openSVM/lessvm","commit_stats":null,"previous_names":["opensvm/lessvm"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/openSVM/lessvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openSVM%2Flessvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openSVM%2Flessvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openSVM%2Flessvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openSVM%2Flessvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openSVM","download_url":"https://codeload.github.com/openSVM/lessvm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openSVM%2Flessvm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29841571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T21:18:31.832Z","status":"ssl_error","status_checked_at":"2026-02-25T21:18:29.265Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anchor","hot-reload","serum","smart-contracts","solana","solana-program","solana-vm","svm","vyper"],"created_at":"2025-02-14T09:59:42.123Z","updated_at":"2026-02-25T21:31:24.346Z","avatar_url":"https://github.com/openSVM.png","language":"Rust","readme":"# lessVM [![Release](https://github.com/openSVM/lessvm/actions/workflows/release.yml/badge.svg)](https://github.com/openSVM/lessvm/actions/workflows/release.yml)\n\nA lightweight virtual machine implementation for Solana blockchain.\n\n## Installation\n\n### CLI Tool\n\nThe LessVM CLI tool provides a convenient way to create, build, and deploy LessVM applications.\n\n#### One-Line Installation\n\n**macOS and Linux:**\n```bash\ncurl -sSL https://raw.githubusercontent.com/openSVM/lessvm/main/cli/.goreleaser.install.sh | bash\n```\n\n**Windows (PowerShell):**\n```powershell\niwr -useb https://raw.githubusercontent.com/openSVM/lessvm/main/cli/.goreleaser.install.ps1 | iex\n```\n\n#### Using Homebrew (macOS and Linux)\n\n```bash\nbrew tap openSVM/tap\nbrew install lessvm\n```\n\n#### For more installation options, see [CLI README](cli/README.md)\n\n## Project Structure\n\n- `lessvm-solana/` - Core VM implementation in Rust\n  - `src/` - Source code\n    - `vm/` - Virtual machine core implementation\n    - `solana/` - Solana-specific integration code\n  - `deployless/` - Deployment utilities\n  - `scripts/` - Build and deployment scripts\n\n- `cli/` - Command-line interface for managing LessVM applications\n  - Provides tools for creating, building, and deploying LessVM applications\n  - Cross-platform support (macOS, Linux, Windows)\n\n- `website/` - Documentation website\n  - `docs/` - Documentation pages\n  - `index.html` - Main landing page\n  - `styles.css` - Styling\n\n- `lessvm-lore/` - Specification and design documents\n  - Contains detailed specs for VM implementation\n  - Architecture and design decisions\n\n## Development\n\nThe project consists of two main parts:\n\n1. **VM Implementation** - Written in Rust, located in `lessvm-solana/`\n2. **Documentation Website** - Static HTML/CSS website in `website/`\n\n## Building\n\n### VM Implementation\n```bash\ncd lessvm-solana\ncargo build\n```\n\n### Website\nThe documentation website is built using static HTML and CSS. No build step required.\n\n## Testing\n\n```bash\ncd lessvm-solana\ncargo test\n```\n\nFor local Solana validator testing:\n```bash\n./start_local_validator.sh\n```\n\n## Documentation\n\nVisit the documentation website for:\n- [Architecture Overview](website/docs/architecture.html)\n- [Examples](website/docs/examples.html)\n- [Instructions Set](website/docs/instructions.html)\n- [Solana Integration](website/docs/solana.html)\n\n## License\n\n[Add license information]\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensvm%2Flessvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensvm%2Flessvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensvm%2Flessvm/lists"}