Quick Start
Runeya launches in seconds. This guide takes you from zero to a first supervised service.
Prerequisites
- Node.js 22 or higher
- npm / yarn / pnpm
Installation
sh
npm install -g @runeya/apps-clish
yarn global add @runeya/apps-clish
pnpm add -g @runeya/apps-cliLaunch
sh
runeyaRuneya starts on port 9545 by default and opens the interface in your browser.
✓ Server started on http://localhost:9545
✓ Agent started on http://localhost:9546
✓ UI available at http://localhost:9545First-time Setup
On first launch, the setup assistant appears:
- Choose Local Simple (no-auth mode, localhost only)
- Runeya automatically creates the data directory
./.runeya/in the current folder
Adding Your First Service
- Click "+ New Project" in the sidebar
- Give the project a name (e.g.
my-app) - Click "+ New Service"
- Fill in:
- Name:
api - Command:
node src/index.js - Working directory: path to your project
- Name:
- Click Save
Starting the Service
Click the ▶ Start button next to the service. Logs appear in real-time in the bottom panel.