Limyrx Studio IDE

Projects

Projects are the central unit of work in Limyrx Studio IDE. A project is a directory on your filesystem that contains source code, configuration, and any OpenCode-related files.

Opening a Project

From the dashboard, click Open Folder or use Ctrl+O (Cmd+O on macOS). Navigate to the directory and select it. The IDE loads the file tree, detects git repos, and scans for OpenCode configuration files.

Recent Projects

The dashboard shows your recent projects with timestamps. Click any project to reopen it. You can pin frequently used projects to keep them at the top of the list.

Project Settings

Each project has its own settings panel where you can configure:

  • Provider & Model - override the global model for this project
  • OpenCode Config - path to .opencode.jsonc or equivalent
  • Project Actions - define custom scripts accessible in the IDE
  • Environment - per-project environment variables

Multi-root Workspaces

Limyrx Studio IDE supports multi-root workspaces. Open multiple projects simultaneously and switch between them from the sidebar. Each project maintains its own session history and settings.

See Also