Skip to content

Releases: ramenxbt/hyper-display

v0.9.1

07 May 21:26

Choose a tag to compare

v0.9.1 — install ergonomics, cross-platform CI release

v0.9.0 — Funding watchlist, order book, spot, pin layout

07 May 21:04

Choose a tag to compare

First public-ready cut of Hyper-Display: a read-only desktop dashboard for any Hyperliquid wallet, built with Tauri 2 + React + TypeScript.

Highlights

  • Live data: account summary, positions table with sortable headers + sparklines + uPnL bars, open orders, recent fills, 30-day funding payments, all with per-coin filters and CSV export.
  • Insights: realized + unrealized PnL donuts, equity sparkline strip with timeframe + Equity / PnL toggle, full-universe funding-rate heatmap, order-book depth panel, spot balances tab.
  • Workflow: multi-wallet presets with notes and ⌘1..9, aggregate "All wallets" view (⌘0), ⌘K command palette, light / dark / auto theme.
  • Always-on: menu-bar tray icon, true menu-bar mode (small, undecorated, dock-hidden, tray-anchored), pinnable per-position floating windows whose layout persists across launches.
  • Alerts: liquidation-proximity + total-uPnL + funding-rate rules; native notifications and Discord / Slack / generic JSON webhooks.
  • Polish: auto-launch on login, configurable Positions columns, JSON backup export / import.

Install

Pre-built binaries are not yet signed. The fastest path right now is to build from source:

```bash
git clone https://github.com/ramenxbt/hyper-display.git
cd hyper-display
npm install
npm run tauri:dev # dev build with HMR
npm run tauri:build # release bundle
```

See the README for per-OS prerequisites.

What is read-only?

The app never holds keys. Every request goes to Hyperliquid's public info endpoint with the address you paste in. Nothing is signed, nothing is sent to any server other than Hyperliquid (and your own webhook URL if you opt in).

Roadmap to v1.0

  • Signed macOS DMG / Windows MSI artifacts
  • Onboarding overlay for first-time launch
  • Diagnostics screen (data-source latencies, last-error log)
  • Polished landing page with screenshots and a download CTA

Issues and PRs welcome.