An open API service indexing awesome lists of open source software.

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.

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.



License
TypeScript
React
Vite
OpenCode
Languages


English
  |  
한국어

---

## 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.