A collection of cryptocurrency tools for Kraken and Binance exchanges. Built with Vite, React, React Router, Hono, Tailwind CSS and shadcn/ui; the desktop app is powered by Electrobun.
Desktop apps for macOS (Apple Silicon) and Windows (x64). No admin rights needed.
macOS — Homebrew:
brew install --cask nyg/tap/crypto-toolsWindows — Scoop:
# run in PowerShell
scoop bucket add nyg https://github.com/nyg/scoop-bucket
scoop install git crypto-toolsIf you don't have Scoop: irm get.scoop.sh | iex. It installs software in C:\Users\<YOUR USERNAME>\scoop.
To install by hand instead, take the .dmg (macOS) or .zip (Windows) from the latest release: drag Crypto Tools.app to Applications, or extract the ZIP and run Crypto Tools-Setup.exe.
The app is ad-hoc signed on macOS and unsigned on Windows, so a manual install is blocked once — as damaged or could not verify on macOS, as Windows protected your PC on Windows. Neither means the app is broken or infected.
- macOS:
xattr -dr com.apple.quarantine "/Applications/Crypto Tools.app", then open it. (System Settings → Privacy & Security → Open Anyway works for the could not verify dialog only.) - Windows: More info → Run anyway, which SmartScreen offers to administrators only. Standard users need the Scoop install.
Requires Bun.
git clone https://github.com/nyg/crypto-tools.git
cd crypto-tools
bun install
bun run devThe app is then on http://localhost:3000: bun run dev starts the Vite dev server (port 3000) and the Hono API server (port 3001), with /api proxied to the latter. API keys are set on the Settings page, the same as in the installed app.
# run app with mocked data, no API key needed
bun run mocked
# launch the desktop app
bun run desktop:dev
# build a distributable into `artifacts/`
bun run build:stableUse at your own risk.









