● runtime: ALIVElocal onlybring your own agentv0.1 — early access
docs / projects

Projects

Rume supports multiple projects. The active project's root, dev URL, and agent config are mutable at runtime.

Add a project

  • Local folder — a native macOS folder picker (Browse…), so you never type a path. On Windows/Linux, manual entry is used.
  • GitHub repo — Rume clones it into ~/.rume/projects/<name>.

Rume auto-starts the dev server — it spawns npm run <script> and watches for the localhost:PORT it reports, so non-developers never run commands.

No-site starter

No project yet? Rume scaffolds a dependency-free static site — server.js + public/landing.html — that runs instantly with no npm install, and plugs straight into the static-editing path. Once a project is fully set up and publishable, the setup card hides; the switcher and wizard handle everything after that.

Registry

Projects persist in ~/.rume/projects.json (slug ids, with upsert / set-active / remove).