Auracle Institutional

[ Auracle / v1.0 ]

The quant's local-first
research platform.

Backtest, schedule, deploy strategies — on hardware you control. AI-native via MCP for Claude / Cursor / Codex. Bring your own broker.

What QuantConnect would be if it ran on your laptop.

Institutional $199 → Install Community free ↗

One-line install. Pre-built Docker images. ~3 minutes from curl to running.

[ Built on tools quants already know ]

Python· JupyterLab· PostgreSQL· TimescaleDB· Docker· Anthropic Claude· Interactive Brokers· Alpaca· Hyperliquid

[ The problem ]

The status quo for quant infrastructure is broken.

Your strategies sit on someone else’s server.

Every signal, every backtest, every fill — visible to the vendor. Their outage is your downtime.

Usage-based pricing punishes research.

Per-datapoint, per-minute, per-algorithm fees. Heavy iteration costs more — structurally hostile to actually doing research.

Vendor lockout is career risk.

Account suspended mid-trade or after a ToS shift, you lose more than convenience — you lose your operations.

Their backtest isn’t your live execution.

Cloud platforms backtest in one environment and trade in another. Live divergence is the rule, not the exception.

[ The Auracle approach ]

Local-first. Broker-native. Yours.

Self-hosted Docker stack — Mac, Linux, or VPS. Web UI, scheduler, JupyterLab, MCP server, all sharing a local TimescaleDB. The same Strategy class powers your backtest and your live cron. No execution gap.

[ 01 ]

Backtesting

Vectorized backtesting that matches your live execution.

Pandas-native, with transaction costs, slippage, sizing, and a proper 1-period lag. Walk-forward built in — 2-year train, 6-month test, rolled across history. The same Strategy class runs the backtest and the live cron. No research-to-production gap.

  • Vectorized signal → weight → position → returns pipeline
  • Walk-forward optimization out of the box
  • Trading-calendar aware (skips holidays, half-days)
  • QuantStats tearsheets for performance attribution

[ 02 ]

Broker bridge

Bring your own broker. We're the bridge.

Auracle plugs into the broker accounts you already have at IBKR, Alpaca, ClearStreet, and Hyperliquid — using each broker’s native SDK, with your credentials stored only in your local .env. We don’t take custody of your funds, don’t see your fills, don’t sit between you and the broker. Auracle is software; the broker relationship is yours.

  • IBKR via ib_insync (native macOS IB Gateway or Dockerized)
  • Alpaca paper + live (official alpaca-py SDK)
  • ClearStreet Studio v2 (institutional prime; demo + live endpoints)
  • Hyperliquid adapter ships today; Tradier + Tradovate planned
  • Risk gates: sector caps, gross/net exposure limits, NLV-aware sizing
  • Audit trail of every order computation in the local DB

[ 03 ]

AI-native

Your quant stack, driven by your AI tools.

Built-in MCP server wires Claude Desktop, Cursor, or Continue straight to your install. Ask Claude to run a backtest, ingest a year of SPY bars, or audit recent fills. 23 tools, bearer-token authenticated, scoped to your install. No other self-hosted platform ships this.

  • 23 MCP tools — backtests, schedules, orders, ingestion, logs
  • Bearer-token authenticated (the installer always sets the token)
  • Works with any MCP client — Claude Desktop, Cursor, Continue
  • One-time wiring via copy-paste JSON config

[ 04 ]

Research

JupyterLab is the home base.

JupyterLab ships with auracle.* pre-installed and the launcher tile pre-configured. Open a notebook, import fetch_daily_bars_safe, and you’re already wired to your broker. No setup, no env vars to plumb.

  • JupyterLab with auracle.* pre-installed and tested
  • Bundled Auracle Home notebook — every CLI verb in one place
  • Templates for backtest / walk-forward / factor analysis
  • Async-safe broker integration — no asyncio fights with Jupyter’s loop

[ Where your data lives ]

Inside your machine. Period.

Institutional Subscription or Open Source YOUR HARDWARE You Auracle self-hosted Broker your broker

Only outbound traffic is the paid-tier license heartbeat every 10 minutes — install UUID, key, version. Strategies, fills, P&L never leave your machine. Community runs fully offline.

[ By the numbers ]

Concrete differences, not slogans.

Install time
~3 min — Auracle
cloud signup + KYC + data subs
Monthly cost at 10 strategies
$199 flat — Auracle Institutional
usage-metered; scales with iteration
Data fees
$0 — bring your own feeds
per-feed subscription
Who sees your strategies
Only you
Vendor + their infra providers

Comparison reflects public-doc positioning of major cloud quant platforms, May 2026. Verify with their pricing pages before deciding.

[ Install ]

Install in one line.

Multi-arch images (amd64 + arm64) on Docker Hub. The bootstrap generates secrets, pulls the compose file + images, and brings up the stack. ~3 minutes, curl to running.

~/auracle
$ curl -fsSL https://raw.githubusercontent.com/SiixQuant/auracle-installer/main/install.sh | bash
Audit before running. The installer is open source — read it on GitHub before piping to bash.

Requires Docker Desktop or Docker Engine. macOS, Linux, and any Docker-capable VPS. Apple Silicon native.

Read full install docs ↗

[ Pricing ]

Two tiers. Both run on your hardware.

No usage metering. No per-data-point fees. No surprise bills.

[ Tier 1 ]

Community

$0 forever

Perpetual community license. For researchers, hobbyists, and anyone evaluating before committing.

  • Single install, 1 user
  • 1 active live deployment
  • 3 active strategy schedules
  • IBKR only (1 broker connection)
  • Dry-run order routing only (no live submits)
  • Full backtesting + walk-forward
  • JupyterLab + MCP server
  • Community support via GitHub Issues
Install free ↗

Keys bind to a single install at activation time — server-side enforced. Refunds revoke within seconds when the billing webhook is configured; within 10 minutes otherwise. Bulk pricing for >5 installs: contact@aurapointcapital.com.

[ FAQ ]

Frequently asked.

Is the engine source code open?

The runtime engine ships as pre-built Docker images; source is private. Installer, client SDK, docs, and EULA are public. Open enough to audit what you’re running, closed where it would expose the licensing system.

What happens when I cancel?

1-hour grace (full function), then 24h degraded (read-only, no new schedules or live orders), then BLOCKED (read-only). Refunds trigger revocation within seconds when the webhook is configured; within 10 minutes otherwise. Your strategies, notebooks, and history stay on your hardware — Auracle never touches them.

Can I run Auracle in production with my real broker account?

Yes — that’s the design point. Execution uses your broker’s native SDK (ib_insync, alpaca-py, hyperliquid-python-sdk); we don’t sit between you and the broker. Risk gates (sector caps, exposure limits, NLV-aware sizing) are configurable.

How is this different from other quant platforms?

Most quant platforms are cloud-first and usage-metered — you pay per backtest minute, per data point, per algorithm. Strategies and data live on their servers. If you want both to stay on your own hardware, Auracle is the answer.

Auracle bridges to your existing broker accounts at IBKR, Alpaca, ClearStreet, and Hyperliquid (Tradier + Tradovate planned for v1.1) using each broker’s native SDK. 23 MCP tools let Claude / Cursor / Codex drive the platform via the agentic stack; walk-forward backtesting + ML training are built-in; pricing is flat $199/seat/mo. No metering, no per-data-point fees, no middleman holding your fills.

Do I need to be a Python expert?

You need to write a class with a prices_to_signals(prices) method that returns a DataFrame. That’s the minimum. The bundled example is ~30 lines; most user strategies are 50–200. Comfortable with pandas? You’re fine.

Can I share my license with a colleague?

No. Keys bind to a single install at activation time — the second machine fails server-side. Multiple installs need multiple licenses. Email us for >5 installs.

Where does my data go?

Nowhere. Bars, strategies, orders, fills, P&L all live in the local Postgres on your hardware. Only outbound call is the 10-minute license check to our license server (install UUID, key, hostname, version, timestamp). EULA section 4.

What’s the upgrade path from Community to Institutional?

Run auracle license activate <your-key>, or paste at /ui/license. Effective on the next minute-tick. No reinstall, no data migration, no downtime.

Ready to own your stack?

Install Community in three minutes. Upgrade when you’re ready.

Institutional $199 → Install Community free ↗