Skip to content

Ilbie/opencode-aistudio

Repository files navigation

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

git clone https://github.com/Ilbie/opencode-aistudio.git
cd opencode-aistudio

If OpenCode auth has expired:

opencode auth login

Run the app. The wrapper script installs npm dependencies automatically when node_modules is missing.

Linux/macOS:

./run.sh

Windows PowerShell:

.\run.ps1

Windows Command Prompt:

run.cmd

Default local URL:

http://localhost:47831

Documentation

Choose a language:

Language README
English README.en.md
한국어 README.ko.md

Configuration

Edit opencode-aistudio.yml to change server, history, gateway, and managed OpenCode runtime settings.

About

An OpenCode-powered version of Google AI Studio for local large-context AI runs.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors