June 2026 — One kernel, the Strategy Creator, and spend safety
Changes since the open-source release, through June 30, 2026. Forven updates continuously from main; the app reports version 0.1.34 throughout.
Highlights
- One execution kernel for backtest, paper, and live, so a strategy is validated on exactly the logic that runs it forward. See execution modes.
- Paper trading on real Binance data, with fills simulated in-app, instead of HyperLiquid testnet prices. Funding and open interest moved to Binance too.
- The Strategy Creator — build a strategy from 48 indicators, from a plain-English description, or in code, with a live chart preview, a personal library, and Send to Forge. See Strategy Creator.
- Fail-closed spend safety. Agents only call providers you connected and models you enabled, on a new Agents page with routing, fallbacks, schedules, and health. New providers include Groq, Gemini, Cerebras, Mistral, xAI, and Together. See models & providers.
- Stance presets and editable safety floors for the promotion gates, and per-stage backtest windows. See promotion gates.
- In-app updates — check for updates and update & restart in one click. See updating.
- Import and export strategies between installs.
Safety
- An audit of the paper and live engine fixed 2 critical and 19 high-severity findings.
- Shared strategy code runs in a locked-down worker, the strategy sandbox is jailed from the database and secrets, and mainnet requires an agent wallet.
Retired
- The Execution Trader agent. Execution is kernel-driven, and no AI can place orders.
- Binance as a live-execution venue; the unsupported live path routes to HyperLiquid only.