AI Studio-style codebase analysis for any OpenCode-backed provider.
Paste Repomix output, attach project context, pick a model, and inspect streamed results locally.
opencode-aistudio is a local playground for the workflow many developers use with Google AI Studio + Repomix:
- Package a repository into one large context.
- Paste or attach that context.
- Ask an AI model to analyze architecture, bugs, implementation details, or migration plans.
That flow is useful, but other AI playgrounds can make it awkward to switch providers, keep local history, attach large context, or inspect reasoning output. opencode-aistudio brings that workflow into an OpenCode-based local app.
- Large-context code analysis workflow
- Repomix output and file attachment friendly
- OpenCode provider/model catalog integration
- Streaming final output and separated thoughts
- Local run history
- English/Korean UI
- Root YAML configuration
git clone https://github.com/Ilbie/opencode-aistudio.git
cd opencode-aistudioIf OpenCode auth has expired:
opencode auth loginRun the app. The wrapper script installs npm dependencies automatically when node_modules is missing.
Linux/macOS:
./run.shWindows PowerShell:
.\run.ps1Windows Command Prompt:
run.cmdDefault local URL:
http://localhost:47831
Choose a language:
| Language | README |
|---|---|
| English | README.en.md |
| 한국어 | README.ko.md |
Edit opencode-aistudio.yml to change server, history, gateway, and managed OpenCode runtime settings.