Try it out:
AI coding assistant for your terminal — like Claude Code, but open source and multi-provider
No description provided.
vibeOS backend core: API server, MCP server, web dashboard, and API client
OpenCode plugin for interactive PTY management - run background processes, send input, read output with regex filtering
Professional code intelligence tools - 15 tools for search, editing, diagnostics, and analysis
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
To install dependencies:
Core library for opencode-cloud - config management, singleton enforcement, and shared utilities
Multi-profile manager for OpenCode
Rust SDK for integrating OpenCode via local server + OpenAPI HTTP client
Scaffolder CLI for OpenCode Ralph Loop plugin — one command setup
CLI for consulting stronger LLMs from your agent workflow
OpenCode-first graph memory and local context runtime for coding agents
Universal transport library for CLI AI agents (Claude Code, Codex, Gemini, OpenCode). Pipe, PTY, ACP (Agent Client Protocol), and Daemon transports.
OpenCode provider for Nucel agent-sdk — HTTP client to OpenCode server
A cli utility to control opencode using voice via the HTTP API
A terminal dashboard for OpenCode usage statistics inspired by the /stats command in Claude Code
ACP/A2A adapter for self-hosted AI — bridges local LLM backends to Agent Client Protocol and Agent-to-Agent protocol
Rust SDK for OpenCode (HTTP-first hybrid with SSE streaming)
Ruby client for the OpenCode API
OpenCode-specific provider integration package that extends ace-handbook with provider manifests.
Waoc for OpenCode
Internator is a Ruby-based CLI tool that automates iterative pull request improvements using Opencode. It cycles through objectives, makes incremental changes, automatically commits and pushes each update, and optionally waits between iterations.
Ralph Wiggum Loop - Iterative AI development with AI agents. An autonomous agentic loop that drives Claude Code, Codex, and OpenCode.
Clean interface to discover configuration file locations forAI coding assistants (Claude Code, OpenCode, Codex). Shows global and project config paths, handles environment variable overrides, and determines which config is effective based on precedence rules.
Ralph Wiggum Loop - Iterative AI development with AI agents. An autonomous agentic loop that drives Claude Code, Codex, and OpenCode.
Hand-rolled, opinionated Ruby SDK for OpenCode's REST + SSE API. Block-form streaming, value-object responses, automatic SSE reconnection. Complement to opencode_client (auto-generated from OpenAPI) — pick this one if you want a small Ruby-idiomatic surface; pick opencode_client if you want every endpoint with generated types.
Extends ace-llm with CLI-based LLM providers like Claude Code, Codex, Gemini CLI, OpenCode, and pi-agent
A CLI tool that fetches GitHub pull requests and converts them to Markdown format, perfect for local AI assistants like opencode and codex.
Agentf is a Ruby-native multi-agent workflow engine with an ORCHESTRATOR, role-specialized agents, provider adapters (OpenCode/Copilot), and Redis-backed semantic, episodic, and graph-style memory. It includes a unified CLI, MCP server tools, and install/update workflows for generated agent/command manifests.
rails-ai-context turns your running Rails app into the source of truth for AI coding assistants. Instead of guessing from training data or stale file reads, agents query 38 live tools (via MCP server or CLI) to get your actual schema, associations, routes, inherited filters, conventions, and test patterns. Semantic validation catches cross-file errors (wrong columns, missing partials, broken routes) before code runs — so AI writes correct code on the first try. Auto-generates context files for Claude Code, Cursor, GitHub Copilot, OpenCode, and Codex CLI. Works standalone or in-Gemfile.