Limyrx Studio IDE

OpenCode Server

OpenCode Server is the backend agent process that powers AI-assisted coding in Limyrx Studio IDE. It runs in your terminal and communicates with the IDE via WebSocket.

Installing OpenCode Server

The server is distributed as a standalone binary. Install it with:

npm install -g @opencode/server

Or download the latest release from GitHub.

Starting the Server

opencode-server start

The server listens on localhost:8765 by default. Limyrx Studio IDE auto-discovers a running server on the same machine.

Configuration

The server reads .opencode.jsonc from the project root. Key settings include provider credentials, model preferences, and agent behavior.

See Also