A trading-firm cockpit that runs entirely on your own machine. Follow these steps — most people are up and running in about 5 minutes.
A quick checklist. macOS 12 or newer
brew install python).Download the app, do a one-time first-open, and you're on the floor.
Not sure which Mac you have? → Apple About This Mac: “Apple M1/M2/M3/M4” = Apple Silicon; “Intel” = Intel.
Double-click the downloaded file, then drag The Floor into your Applications folder.
Because the app isn't notarized yet, macOS asks once. Right-click (or Control-click) The Floor → Open → Open. After that, a normal double-click works.
It starts its own engine on first launch (needs Python 3.11+ installed — the app tells you exactly what to do if it's missing), then opens the cockpit. Choose Create account and go.
No terminal needed — a zip and a double-click. Same engine, same rule: everything stays on your PC.
Get it from python.org and tick “Add python.exe to PATH” in the installer.
Right-click the download → Extract All… — anywhere you like (Documents works fine).
the-floor\scripts\start-floor.batIt starts the engine and opens your desk at 127.0.0.1:9111/app. Keep the console window open while you work — closing it stops The Floor. Create your account and go.
Already live in a terminal? The engine is plain Python (stdlib only, no pip installs) — it runs anywhere Python 3.11+ does.
Download and unpack the source into your home folder:
$ curl -L https://premium.deadcatfound.org/download/the-floor-source.tar.gz | tar xz && mv the-floor ~/deadcat-consoleOne command sets up the background engine (it finds your Python automatically) and builds The Floor.app:
$ bash ~/deadcat-console/scripts/install.shWait for ✓ Service installed, then open The Floor from Applications.
Start it, then open http://127.0.0.1:9111/app in your browser:
Everything — desk, database, keys — stays on your machine, same as the Mac app. (On Windows, use the install pack above.)
brew install python, then quit and reopen The Floor (or re-run the installer).bash ~/deadcat-console/scripts/install.sh, or check it's up with launchctl list | grep deadcat. Then reopen the app.bash ~/deadcat-console/scripts/uninstall.sh. It removes the app and the background service but keeps your data (in ~/deadcat-console/data). On Windows, just delete the extracted the-floor folder.start-floor.bat again./floor-setup when it asks.The desk you're looking at is a replica — a cached copy of DeadCatFound's real playbook, so you can see what a running desk looks like. Nothing on it is live, and none of it is yours. The Prompt Kit is how it becomes yours.
The Floor is the body. The kit is the hands. The kit adds nine /floor-* skills to Claude Code — the AI you may already have. You talk to your own Claude in the terminal; it designs strategies, runs real backtests, and writes reports straight onto your Floor.
The kit runs inside it. Get it at claude.com/claude-code, then run claude once in Terminal to sign in — that's the only sign-in the whole flow needs.
Your Floor serves it directly. One line in Terminal:
$ curl -s http://localhost:9111/kit.tar.gz | tar xz -C /tmp && bash /tmp/floor-kit/install.shOn Windows, in PowerShell:
> curl.exe -s http://localhost:9111/kit.tar.gz -o "$env:TEMP\kit.tgz"; tar -xzf "$env:TEMP\kit.tgz" -C $env:TEMP; powershell -NoProfile -ExecutionPolicy Bypass -File "$env:TEMP\floor-kit\install.ps1"Run this on the machine where your Floor is running (the app serves its own kit at that address).
In The Floor: Settings → Prompt Kit access → Generate token. Copy it — it's shown once.
In any Claude Code session:
> /floor-setupPaste the token when it asks. It verifies the connection and tells you what you can do.
Try:
> /floor-strategy build me a mean-reversion strategy on QQQThe moment it lands on your desk, the replica banner drops. It's Your Desk now.
The nine skills
/floor-setup — connect Claude Code to your Floor (one-time)/floor-strategy — design a strategy together, registered on your desk/floor-signal — wire a data feed, screener, or webhook as a signal/floor-schedule — “every Monday at 10am, brief me on crypto” → a scheduled job/floor-backtest — build & run a real backtest locally; honest results filed to your desk/floor-broker — place paper (practice-money) trades from your terminal; keys stay in a local file, never on this site/floor-report — author a desk report into your Reports tab/floor-review — your whole desk, critiqued like a risk manager would/floor-work — work the cloud Floor's AI job queue in your own Claude session (runner mode)Take the tour, poke at the replica, or skip straight to making it yours.
That link opens the Floor running on your own computer (the app serves it at 127.0.0.1:9111). Using the hosted browser version instead? Open it from your Account page.