Auracle
[ Surfaces / Auracle CLI ]

Run the whole factory without leaving your keyboard.

One binary, every verb. The same engine the IDE drives, from any shell. Ships with the platform.

Download AuracleRead the CLI docs
auracle — zsh
$ auracle status
engine      ok    127.0.0.1:8000
database    ok    postgres
scheduler   ok    3 jobs queued
broker      ok    paper (simulator)

$ auracle live backtest momentum.yml
run 4812    2016-01-04 -> 2025-12-31
sharpe 1.31    max dd -11.8%    trades 412
gates 5/5 pass

$ auracle live start momentum.yml
supervisor: momentum is on paper
[ Key features ]

Every verb the room answers to.

The full surface of the engine. The apps are wrappers around this.

The full reference ↗
deploybring the stack up, down, ps, status, validate, sign
configshow, url, creds, use, clear
statusone honest snapshot of the whole engine
initthe first-run wizard
runslist and show every backtest
livebacktest or start a manifest
brokerls, test, set
datalist registered providers
secretsls, get

Paper first. Live when you say so.

A manifest backtests with no broker calls, then starts on paper with one verb.

$ auracle live backtest momentum.yml
run 4813    sharpe 1.31    max dd -11.8%
gates 5/5 pass

$ auracle live start momentum.yml
supervisor: momentum is on paper

Headless by design.

Bring the stack up on a server and script the rest. The desktop apps are optional; the engine is not.

$ auracle deploy up
stack up: engine, database, scheduler

$ auracle deploy status
engine ok · database ok · scheduler ok · 3 jobs

One platform. Every surface.

Build something you won't walk away from.