Skip to main content

Design agents.
Run them anywhere.

The open-source dashboard for designing agentic flows on a visual canvas. Compile them from a sentence, verify them with a benchmark that actually executes, and export to a portable format that runs identically on TypeScript, Java, and Python. No framework lock-in. No cloud lock-in.

db58a24 · Download
Design System
Security Role

Arrange your mind.
And your code.

Most AI coding tools are chat windows bolted onto editors. Heliox provides a Figma-inspired spatial workspace where every panel is a draggable, resizable window on an infinite desktop.

  • Infinite Pannable Desktop

    Pan and zoom with trackpad gestures. Snap alignment guides help you position windows perfectly.

  • Visual Connections

    Draw visual arrows between related windows. Drag roles and constraint modifiers onto sessions like a design tool.

  • Multi-Project Kanban

    Keep your backlog visible on the canvas alongside your code, parsed directly from local markdown files.

Mods system

Attach behavioral modifiers to sessions to control quality gates, safety constraints, and execution boundaries.

strict-linting

qualitysafety

Attached to session

no-silent-failures

errorsguardrails

Attached to session

semantic-commit-mode

gitreview

Available in inventory

Roles system

Assign specialized execution personas so each task runs with a predictable scope and expert context.

Frontend Engineer

UI architecture and responsive implementation.

Security Auditor

Threat modeling and hardening checks.

Test Engineer

E2E flows and regression prevention.

Flows system

Compose repeatable orchestration pipelines to automate multi-step engineering work with snapshot checkpoints.

Flowhigh

auto-refiner

Best model: claude-sonnet-4.6

iterativeperformance
Flowmedium

snapshot-guardian

Best model: gpt-5.3-codex

visualsafety
Flowlow

doc-sync

Best model: claude-haiku-4.5

docsconsistency

Portable across
every runtime.

Every flow exports to a single, vendor-neutral .flow.json — no proprietary format, no hidden state. Drop it into the TypeScript, Java, or Python SDK and it runs identically: Heliox is conformance-verified across TypeScript, Java, and Python for DAG order, text output, typed-output rule, tool-calling, and contract/model round-trip; loop parity proven in TS + Java.

  • One portable artifact

    The full DAG — steps, roles, mods, contracts — compiles to one JSON file. No framework-specific glue code required to run it elsewhere.

  • Three conformant runtimes

    The TypeScript, Java, and Python SDKs are conformance-tested against the same matrix — not just API-compatible, provably identical.

  • Two ways to integrate

    Serve it over HTTP with heliox serve (/run, /flow, /health, Bearer auth), or expose it as an MCP server so N8N and other tools can call it directly.

your-flow.flow.json

TypeScript SDK

Conformant
  • DAG order
  • Text output
  • Typed-output rule
  • Tool-calling
  • Contract round-trip

Java SDK

Conformant
  • DAG order
  • Text output
  • Typed-output rule
  • Tool-calling
  • Contract round-trip

Python SDK

Conformant
  • DAG order
  • Text output
  • Typed-output rule
  • Tool-calling
  • Contract round-trip
Loop parity proven in TypeScript + Java

Verification by execution.

Not lint rules. Not vibes. Every run is proven by actually executing it — and every model earns its place on the leaderboard before you trust it with one.

The Performance Frontier runs the artifact.

No linting. No opinions. Every candidate boots a real Express server, runs real vitest suites, and gets scanned with axe-core — scored with statistical confidence intervals by a self-calibrating judge, not a single noisy sample.

Execution Log95% CI
vitest run · 42/42 passed±1.4%
axe-core · 0 violationsExpress :4173 healthy

No Vendor Lock-in.

Bring your own key. Save encrypted connection profiles to any OpenAI- or Anthropic-compatible endpoint — local or hosted. Your code, your infra, your keys.

OpenAI-compatible
Anthropic-compatible
Local / self-hosted

Design System Editor.

A window-based authoring tool with live preview. Export as JSON or inject directly into agent prompts as a rigid constraint layer.

Explore Editor
BG
Surf
Acc
Suc

Marketplace

A signed catalog — 12 flows, 14 roles, 33 mods, 7 steps — ready to drag onto your canvas.

RoleSecurity Auditor
Flowauto-refiner
Moddry-run

Benchmarked, not guessed.

The Arena runs models head-to-head on real tasks and ranks them on a leaderboard. A model only earns the “Benchmarked” seal once it has proven itself there — and that seal feeds smart model routing, so Heliox recommends the right model per step with data, not opinion.

Arena leaderboardBenchmarked
claude-sonnet-4.6
94
gpt-5.3-codex
89
claude-haiku-4.5
81

Modern Tech Stack

architecture.yml
UI Framework    → React 19 + Tailwind CSS 4 + Zustand 5
Runtime         → Electron 41 + Vite 8 + TypeScript 5
Code Engine     → Monaco Editor (VS Code engine)
Validation      → Playwright (Headless) + pixelmatch
Persistence     → SQLite + Filesystem + Context Map
SDK Runtimes    → TypeScript · Java · Python (conformance-verified)
Model Access    → Vercel AI SDK + BYOK connection profiles

Get Heliox IDE

Available for Windows, macOS, and Linux. Built with Electron for a native experience on every platform.

Latest release db58a24

Or build from source

$ git clone https://github.com/CMolG/heliox-ide

$ cd heliox-ide

$ npm install

$ npm start