Getting Started
Install
Download and install CoreLayer on Windows, macOS, or Linux.
Download
Visit the Download page to get the latest release for your platform.
| Platform | Status |
|---|---|
| Windows | Available |
| macOS | Available |
| Linux | Planned |
Install from Source
If you prefer to build from source or no binary is available for your platform:
Prerequisites
- Node.js >= 22
- pnpm >= 9
- Rust (for Tauri build)
- Platform-specific Tauri requirements (Tauri prerequisites)
Build Steps
git clone https://github.com/alvinluo-tech/CoreLayer.git
cd CoreLayer
pnpm install
pnpm buildThe build output will be in frontend/src-tauri/target/release/.
Development Mode
To run in development mode with hot reload:
pnpm devThis starts both the daemon and the Tauri frontend concurrently.
After Installing
- Open Control Center — launch the CoreLayer desktop app
- Configure a model provider — add your API key for MiMo, Groq, OpenRouter, or a local model
- Add an MCP server — connect your first external tool
- Review permissions — understand the permission guard before enabling tool execution
- Try your first command — use the command palette (Alt+Space) or voice
Troubleshooting
If the app fails to start:
- Check that Node.js 22+ and pnpm 9+ are installed
- Verify platform-specific Tauri prerequisites are met
- Check the daemon logs in the Control Center
- See Troubleshooting for common issues