ON HOLD (2026-08-09). Direction changed: no separate trader app for now, and we will run Nautilus as a background engine (driven by the existing Omega app) rather than reimplement or harvest it into our own crates. Trading lives inside Omega. See the private
moneyrepo2026-08-09-nautilus-as-engine.md. This repo is parked, not deleted; the content below is superseded.
An open-source, AI-native trading application in Rust on GPUI. An agent desk that operates markets under explicit, user-approved mandates.
License: GPL-3.0-or-later. OmegaTrader is open, and it stands on the
best open trading infrastructure rather than reinventing it: it harvests
directly from NautilusTrader
(LGPL-3.0) for the engine and venue connectivity, and from
Zed (GPL-3.0) / GPUI for the
application and UI — both license-compatible with GPL-3.0. See AGENTS.md
for the harvest rules, ATTRIBUTIONS.md for provenance, and ROADMAP.md
for the build order.
First priority: a live Hyperliquid integration — market data, account, and order entry — in a native GPUI UI, as fast as harvesting allows.
- Nautilus:
~/work/projects/repos/nautilus/ - GPUI-CE:
~/work/projects/repos/gpui-ce/ - Zed fork (GPUI + GPL
crates/ui):~/work/omega
Seeded 2026-08-09.