New MarketDeck v0.1 — Hyperliquid snapshots & AI agents in public beta

Your crypto trading desk, in your terminal.

MarketDeck is a CLI-first toolkit for Hyperliquid — market snapshots, paper trading, AI agents, and locally-signed wallet execution, all in one process. Desktop and web surfaces plug into the same core, so every view reads from a single source of truth.

  • Zero custodial keys
  • One SQLite file
  • Every layer scriptable
Quick start

Choose the setup path that fits your workflow.

Switch between Shell, npm, and Source installs. The card only shows the command and notes for the option you selected.

Shell / macOS & Linux

Install the latest release with one command.

curl -sSL https://marketdeck.io/install.sh | sh

Downloads the newest MarketDeck release, checks Node 20+, installs into ~/.local/share/marketdeck, and links marketdeck into ~/.local/bin.

Shell / Windows

Install natively with PowerShell.

irm https://marketdeck.io/install.ps1 | iex

Runs the native Windows installer, downloads the latest win32 release, installs into %LOCALAPPDATA%\marketdeck, and adds the CLI bin directory to your user PATH.

npm / all platforms

Install MarketDeck as a global Node package.

npm i -g marketdeck

Best when Node 20+ is already installed. The command is the same on macOS, Linux, Windows, and WSL, so no OS selector is needed.

Source / all platforms

Clone the repo and link the CLI locally.

git clone https://git.marketdeck.io/marketdeck/marketdeck && cd marketdeck && npm install && npm link

Use this path when you want to inspect the code, patch the CLI, or run a local development checkout. The commands are identical anywhere Git and Node 20+ are available.

$ marketdeck onboard — walks you through wallet, exchange, and AI provider setup.
Product demo

See the trading loop before you install.

A short walkthrough will live here: snapshot a market, dry-run a paper order, inspect the SQLite state, then hand the same context to an AI agent.

Demo placeholder
$ marketdeck snapshot BTC
→ funding, open interest, depth, and 24h deltas

$ marketdeck paper open BTC long 0.2
→ dry-run fill, PnL, and risk state saved locally

$ marketdeck agent run --strategy momentum
→ signals queued for review before execution

asciinema-style product walkthrough placeholder

What it does

A full trading loop, local to your machine.

Data, strategy, execution, observability — every moving part of the loop lives in one process that you control.

Live market snapshots

Hyperliquid price, funding, open interest, 24h deltas, and mid history — piped straight to stdout or JSON for downstream tooling.

Paper trading engine

Dry-run strategies with the same order flow as live. Positions, PnL, and trailing stops persist in SQLite between sessions.

Pluggable AI agents

Swap between Claude, Codex, Ollama, or Hermes. Agents read the same snapshot API you do and act back through tool calls.

Real wallet execution

Locally-signed Hyperliquid orders when you're ready to go live. Private keys never leave your keyring — no custodial step, no server.

Desktop & web surfaces

Official plugins for GNOME Shell and a self-hosted web UI. Both read straight from the CLI — one implementation, many views.

SQLite, offline-first

Positions, snapshots, agent history, and logs sit in a single SQLite file you can back up, inspect, query, or replay at will.

Trust model

Local-first by default, careful when live.

MarketDeck is designed so you can inspect, simulate, and automate trading workflows without handing custody to a hosted bot.

01

Private keys never leave your machine.

Wallet execution is locally signed. There is no MarketDeck custody layer, hosted order signer, or remote key escrow.

02

Start in paper mode before live orders.

Strategies can run against the same flow with dry-run fills, persisted positions, and explicit review before real wallet execution.

03

One local SQLite file keeps state portable.

Snapshots, agent context, paper positions, and logs stay in a database you can back up, inspect, query, or delete.

MarketDeck is independent software and not financial advice. Always verify orders, permissions, and exchange risk settings before trading live.

Works with everything

A small core. A lot of connectors.

MarketDeck plugs into the tools you already have — exchanges, AI providers, desktop shells, and the plain Unix pipes underneath.

Market data & execution

Connect exchange context and locally-signed order flows.

  • Hyperliquid
  • Aster
  • Bybit
  • Binance
  • Wallet keyring
  • Paper trading

AI agents & models

Let the same snapshot data drive human or agent workflows.

  • Claude
  • Anthropic API
  • OpenAI Codex
  • Ollama
  • Ollama Cloud
  • OpenRouter
  • Hermes

Surfaces & automation

Expose one CLI core through desktop, web, chat, and scripts.

  • OpenClaw
  • GNOME Shell
  • Web UI
  • Telegram
  • systemd
  • cron

Local runtime

Everything stays inspectable with standard local tools.

  • SQLite
  • Node.js
  • GJS / GIR
  • libsecret
  • jq
  • Bash
  • Zsh
View all integrations →
Stay in the loop

Release notes, straight to your inbox.

Occasional updates on new features, strategy patterns, and protocol changes. No spam, unsubscribe any time.