Define the goal
Turn an objective into a visible goal with acceptance checks before agents start moving.
Docs / Quickstart
HiveRunner is designed to be cloned, configured, and run on your machine first. Optional runtimes can be connected after the core app is alive.
Quickstart
HiveRunner is not presented as a hosted SaaS. The first path is a local command center with local auth, local workspace files, and a local execution loop you can inspect.
$ git clone https://github.com/timharris707/hiverunner.git hive-runner$ cd hive-runner$ cp .env.example .env.local$ npm install$ npm run devOne paste starts the local-first path. Website development uses pnpm separately; the public HiveRunner app quickstart uses npm.
How it works
The sequence is intentionally simple: define the goal, plan the sprint, assign tasks, track runs, review before close.
Turn an objective into a visible goal with acceptance checks before agents start moving.
HiveRunner turns the goal into a scoped sprint — a complete unit of work, not a flat to-do list.
Split the sprint into owned tasks and route each one to the right runner.
Watch heartbeats, comments, artifacts, and status changes as execution unfolds.
Keep human review in front of risky commands, plan changes, and final closure.
Requirements
Local-first notes
No. The default public path is local-first and uses the local owner flow.
No. Provider keys and local CLIs are optional until you choose to run a specific integration.
You should reach the local app, create or open a workspace, and inspect goals, tasks, agents, hives, memory, and runtime readiness from the operator surface.
Not yet. HiveRunner is currently presented as a serious local-first operator tool. Hosted multi-user deployment is separate future work.