QUANTIDEDownload

§01The quantitative operating system

Every instrumentyour desk needs.None of them bought.

A desktop app for building trading systems. Describe the strategy, the broker connection or the research tool, and an AI agent writes it as code in your project — on your hardware, under your keys, as source you keep.

backtest RSI mean reversion on SPY and list every assumption

See the machine

macOS · Windows · Linux · 40,000 traders and developers

Illustrative QuantIDE workspace. An agent writes an adapter, registers an MCP server and streams raw market data through the runner into Canvas. Processes remain supervised.

QuantIDE
CPU 18%MEM 5.6 GBNET 2 KB/s
quant-research / deribitstack · forked
AGENT / COMMANDaccepted ↵
›chart the spread between these two feeds, live

Engine · agent

ready
⌁ Mounted in this stack
  • ✓reading API docsok
  • ✓writing adapterok
  • ✓registering 41 toolsok
src/adapters/deribit.py

MCP servers

56 tools
SERVERTOOLSSTATE
  • polygon9UP
  • fs6UP
  • deribit41UP
websocket connected

Canvas

stream attached
OHLCVBTC-PERP1m
Illustrative raw one-minute OHLCV prices and volume
UTCOHLCV
09:3767420.3567420.6767420.1167420.519.7K
09:3867420.2167420.5367419.9767420.0915.3K
09:3967420.4967420.8167420.2567420.6518.4K
09:4067420.1667420.4867419.9267420.0412.1K
deribit_ob.parquet2.1 M rows

Stack

local

quant-research

starter tree / forked

MCP servers
3
skills
1
runner
ready
quant-research-playbook.md

Runner · stdio

local

$ quantide --mcp-runner

› tools/list · 56 registered

› run → spread.py

✓ dataset → Canvas

Processes

supervised
ws-relay:90016d 04h
spread.py:841200:12
restart policy on-failure
supervisedsession ready00:12
ILLUSTRATIVE SESSIONON DEVICE / SOURCE YOU KEEP

§02Reach

Name it and it exists.

A connection, an application, a surface, a monitor. Described in a sentence and written into your repository as source you own, running from the moment it is written. Nothing is deployed. Nothing is requested. Nothing is waited for.

connect the FIX gateway my broker gave me

Connection

src/adapters/fix_session.py

a position sizer I can keep open while I research

Application

apps/position-sizer

chart the spread between these two feeds, live

Surface

canvas/spread.view

tell me when the overnight job stops writing rows

Monitor

watch/rowcount.py

The QuantIDE workspace: a chat request for a position-sizing tool, the saved Stack Apps row, and the resulting Position Sizer open in its own window with inputs for account equity, risk per trade, entry and stop, and a warning that the exposure exceeds the configured guideline
The second line, as it exists — saved to the stack, open in its own window

Four of an unbounded set. The only requirement anything has ever had here is an interface to speak to — which is why the machine gets larger every time you use it, and why nobody else can tell you what it is capable of.

§04Communication

Send a message.
Or send the machine.

Rooms and direct messages, inside the workspace, against the identity you already work under. There is no rank ladder, no leaderboard and nothing to earn — the only status here is what you have built.

Rooms
Open, by subject, against the identity you work under
Direct
One transcript, one socket, shared with rooms
Transfer
A stack arrives in a message and installs in one step

What travels between desks is not a description of the work. It is the work.

Send someone a stack and they receive the servers, the skills, the applications and the starter tree exactly as you have them, running on their machine in a single step. Your credentials never travel with it.

40,000 traders and developers · reachable from inside the workspace

§05Before you install

Five things to know first.

What it needs from you, what to do with it on day one, and what it costs. Said here so none of it is a surprise inside the app.

01What do I need before I install?

A trading idea you can state precisely: the entry, the exit, the sizing and the loss you refuse to take. And Python 3 on your machine. Research runs on your own Python with vectorbt and quantstats; the agent checks for them first and offers to install what is missing. You do not have to write the code. You do have to read it, because arguing with it is the skill this builds.

02What should I do in the first ten minutes?

Open the Quant Research stack, which ships in the box, and describe one strategy in a sentence. The agent restates it as testable rules, writes a single Python script into your project, backtests it on historical data and puts the result on the canvas with every assumption listed. Then change one rule and run it again. That loop, not the first result, is the product.

03What does it cost?

The download is free, and so are the editor, terminals, git, stacks and the free marketplace. It includes a free sample of Quantide AI, the engine that does the writing, so you can judge it on real work before paying anything. Paid plans (Quant $49/month, Academy $199/month) include the hosted AI engine with a monthly budget.

04Will it work with my broker, and does it trade live?

There is no supported-broker list to be missing from: name the venue and the agent writes the adapter against its API, in your project, with your keys on your machine. Nothing trades live out of the box. Order routing is something you build and test yourself before it touches real money.

05Is my strategy private?

Your projects, credentials and strategy code are files on your disk, and nothing is uploaded to run them. The only thing that talks to a server is the AI engine. Credentials are never included when you share or publish a stack.

§06 Take delivery

The apparatus is assembled.
Take delivery of it.

Forty thousand traders and developers are already here.