{"id":49249391,"url":"https://github.com/aaronz/opencode-rs","last_synced_at":"2026-04-24T23:35:51.874Z","repository":{"id":348146116,"uuid":"1193674024","full_name":"aaronz/opencode-rs","owner":"aaronz","description":"Rust port of OpenCode AI coding agent featuring TUI, MCP support, and modular architecture","archived":false,"fork":false,"pushed_at":"2026-04-23T17:13:27.000Z","size":7183,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-23T18:15:00.750Z","etag":null,"topics":["ai-agent","mcp","opencode","rust","tui"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aaronz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-27T13:18:49.000Z","updated_at":"2026-04-23T17:13:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"e022d9f6-b554-4162-a2c7-e47d0a89de9a","html_url":"https://github.com/aaronz/opencode-rs","commit_stats":null,"previous_names":["aaronz/mycode","aaronz/opencode-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aaronz/opencode-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronz%2Fopencode-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronz%2Fopencode-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronz%2Fopencode-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronz%2Fopencode-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronz","download_url":"https://codeload.github.com/aaronz/opencode-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronz%2Fopencode-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32245150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: 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":["ai-agent","mcp","opencode","rust","tui"],"created_at":"2026-04-24T23:35:51.124Z","updated_at":"2026-04-24T23:35:51.868Z","avatar_url":"https://github.com/aaronz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenCode Rust Monorepo\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Rust](https://img.shields.io/badge/Rust-1.70+-orange.svg)](https://www.rust-lang.org)\n\nA Rust implementation of the OpenCode AI coding agent with a comprehensive TUI testing framework.\n\n## Projects\n\n### opencode-rust\nRust implementation of OpenCode AI coding agent featuring:\n- **Core**: Session management, tool registry, and error handling\n- **Agent**: Agent implementations with LLM integration\n- **LLM**: Provider integrations for various language models\n- **Tools**: File operations, grep, git, and other developer tools\n- **TUI**: Terminal user interface built with ratatui\n- **MCP**: Model Context Protocol support\n- **Server**: HTTP server with actix-web\n- **Storage**: SQLite-based session persistence\n\n### ratatui-testing\nA comprehensive testing framework for Rust TUI applications:\n- Snapshot testing for TUI output\n- PTY simulation for interactive testing\n- CLI testing utilities\n- State testing helpers\n\n## Building\n\n```bash\n# Build from project root (recommended)\n./build.sh\n\n# Build release\ncargo build --release\n\n# Build debug\ncargo build\n\n# Run all tests\ncargo test\n\n# Build with all features\ncargo build --all-features\n```\n\n### Build Script Options\n\n```bash\n./build.sh           # Release build (default)\n./build.sh --debug   # Debug build\n./build.sh --test    # Build + run tests\n```\n\n## Structure\n\n```\nopencode-rust/\n├── crates/\n│   ├── core/       # Core functionality\n│   ├── cli/        # CLI commands\n│   ├── llm/        # LLM provider integrations\n│   ├── tools/      # Tool implementations\n│   ├── tui/        # Terminal UI\n│   ├── agent/      # Agent implementations\n│   └── ...         # Other modules\n└── tests/          # Integration tests\n\nratatui-testing/\n├── src/            # Framework source\n└── tests/          # Integration tests\n```\n\n## Documentation\n\n- [AGENTS.md](./AGENTS.md) - AI agent instructions\n- [PRD.md](./docs/PRD.md) - Product requirements\n- [docs/](docs/) - Design and analysis documents\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronz%2Fopencode-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronz%2Fopencode-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronz%2Fopencode-rs/lists"}