← All templates
root@nullspace:~/agents$ ./welcome.sh
   _   _ _   _ _    _    ____  ____   ____
  | \ | | | | | |  | |  / ___||  _ \ / ___|
  |  \| | | | | |  | |  \___ \| |_) | |
  | |\  | |_| | |__| |__ ___) |  __/| |___
  |_| \_|\___/|____|____|____/|_|    \____|

  > AGENTS THAT SHIP CODE WHILE YOU SLEEP
  > v3.4.2  ·  apt-get  ·  brew  ·  docker
      
~/install.sh
$ curl -fsSL https://nullspace.dev/install | sh
✓ Downloading nullspace-cli v3.4.2 (8.2 MB)
✓ Verifying signature [SHA-256]
✓ Installing to /usr/local/bin
✓ Authenticating with GitHub OAuth
✓ Ready. Spawn your first agent with $ null spawn
$ null spawn --task "fix the test suite"

// CAPABILITIES

[1]

Autonomous PRs

The agent reads the issue, writes the patch, opens the PR, and explains the diff in plain English.

[2]

Self-healing tests

Watches your CI. When a test goes red, it rolls a hypothesis, ships a fix, and re-runs without you.

[3]

Codebase memory

Vector index over your monorepo. New agents start with context, not from scratch.

[4]

Cost telemetry

Token spend per agent, per task, per branch. Slack alert if a run blows past your budget.

[5]

Sandbox isolation

Every agent runs in its own ephemeral container. No surprise rm -rf on your laptop.

[6]

Audit log

Every keystroke, every git command, every shell call. SOC 2 audit-ready logs.

// STATS · LAST 24H

142,847
tasks completed
99.94%
test-suite passing
$0.04
median task cost
2.8s
p50 latency
▲ LIVE [14:32:01] agent-7f3a closed PR #4892 in monorepo/api · [14:32:04] agent-9c2e spawned for issue #2104 · [14:32:09] agent-2d5b shipped 3 commits to feat/oauth

// INSTALL

macOS
$ brew install nullspace
Linux / WSL
$ curl -fsSL nullspace.dev/install | sh
Docker
$ docker run --rm -it nullspace/cli
> READY TO SHIP CODE WHILE YOU SLEEP ?
> ./start-trial --days 14 --card-required false
      
$ ./start-trial →

Free for 14 days. No card. Self-hosted available.