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 -setup.exe (Windows) from the latest release: drag Crypto Tools.app to Applications, or run the installer. It installs per-user to %LOCALAPPDATA%, needs no admin rights, and shows no window while it works — the Crypto Tools shortcut it leaves on your Desktop and in the Start menu is how you know it finished.
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.
The app tells you when a newer release exists — a dot beside the version in the header, and the details in About, reachable by clicking that version. It never replaces itself, so Scoop and Homebrew installs stay under their package manager's control.
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:stableThe desktop app is built by Hutch, Electrobun's toolchain. There is nothing extra to install: the electrobun package downloads and caches it on first use, and projects the main-process SDK into .hutch/devkit. Run bun run desktop:prepare once on a fresh checkout if your editor needs to resolve those imports before you have run a build.
Use at your own risk.









