Quickstart
This guide gets Limyrx Studio IDE running end-to-end with OpenCode in about 5 minutes.
Prerequisites
- Install Limyrx Studio IDE (any platform)
- OpenCode (TBA) installed in your terminal
- An API key from Anthropic, OpenAI, or another supported provider
Step 1: Start the IDE
Launch Limyrx Studio IDE from your desktop dock, or open a terminal and run:
limyrx-studioThe IDE opens to your projects dashboard. If OpenCode Server is running locally, it connects automatically.
Step 2: Configure a Provider
Navigate to Settings > Providers and add your API key. Supported providers include Anthropic, OpenAI, Google Gemini, AWS Bedrock, and others. See Providers, Models & Agents for the full list.
Step 3: Open a Project
Click Open Folder and select a local directory. The IDE scans your project structure, picks up any existing OpenCode config, and loads the file tree into the sidebar.
Step 4: Start a Session
Type a task in the chat input and press Enter. The agent starts working — you'll see its reasoning, tool calls, file edits, and terminal commands stream into the session panel in real time.
Step 5: Review and Commit
When the agent finishes, review the diff in the changes panel. Stage files, write a commit message, and push to GitHub — all from within the IDE. See Git & GitHub for details.