https://github.com/ilbie/opencode-aistudio
An OpenCode-powered version of Google AI Studio for local large-context AI runs.
https://github.com/ilbie/opencode-aistudio
ai-playground ai-studio google-ai-studio large-context opencode
Last synced: about 1 month ago
JSON representation
An OpenCode-powered version of Google AI Studio for local large-context AI runs.
- Host: GitHub
- URL: https://github.com/ilbie/opencode-aistudio
- Owner: Ilbie
- License: mit
- Created: 2026-04-22T11:56:33.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-04-22T12:52:44.000Z (about 1 month ago)
- Last Synced: 2026-04-22T14:31:20.217Z (about 1 month ago)
- Topics: ai-playground, ai-studio, google-ai-studio, large-context, opencode
- Language: TypeScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
opencode-aistudio
AI Studio-style codebase analysis for any OpenCode-backed provider.
Paste Repomix output, attach project context, pick a model, and inspect streamed results locally.
---
## Overview
opencode-aistudio is a local playground for the workflow many developers use with **Google AI Studio + Repomix**:
1. Package a repository into one large context.
2. Paste or attach that context.
3. 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**.
## Highlights
- 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
## Quick Start
```bash
git clone https://github.com/Ilbie/opencode-aistudio.git
cd opencode-aistudio
```
If OpenCode auth has expired:
```bash
opencode auth login
```
Run the app. The wrapper script installs npm dependencies automatically when `node_modules` is missing.
Linux/macOS:
```bash
./run.sh
```
Windows PowerShell:
```powershell
.\run.ps1
```
Windows Command Prompt:
```bat
run.cmd
```
Default local URL:
```text
http://localhost:47831
```
## Documentation
Choose a language:
| Language | README |
| --- | --- |
| English | [README.en.md](./README.en.md) |
| 한국어 | [README.ko.md](./README.ko.md) |
## Configuration
Edit [`opencode-aistudio.yml`](./opencode-aistudio.yml) to change server, history, gateway, and managed OpenCode runtime settings.