Skip to content

Releases: PacifAIst/Offtoco

Offtoco v0.1.0 — Initial Release

15 May 11:37
f428438

Choose a tag to compare

Offtoco v0.1.0

Count tokens for GPT, Claude and Gemini simultaneously — plus SHA-256 fingerprint. Everything runs locally. Nothing is sent anywhere.

Downloads

File Platform How to use
offtoco-web.zip Any OS, any browser Unzip → open index.html. Works offline, on a USB stick, or on any static server
offtoco-cli-windows.zip Windows x64 Extract offtoco.exe, run from terminal
offtoco-cli-linux.zip Linux x64 Extract, chmod +x offtoco, run from terminal
offtoco-cli-macos.zip macOS Intel Extract, chmod +x offtoco, run from terminal
Offtoco Setup 0.1.0.exe Windows installer Installs a desktop popup triggered by right-clicking any file in Explorer

Highlights

  • Web app — unzip and open index.html in any browser. No server, no Node.js, no internet required. Deploy to any static host (nginx, Apache, GitHub Pages, Cloudflare Pages, USB stick) by copying the unzipped folder.
  • CLI — standalone executables with no dependencies. Pipe text, pass files, or get JSON output for scripting.
  • Windows desktop — system tray app with Explorer right-click integration and a global hotkey (Ctrl+Alt+T) to count clipboard text instantly.

Zero knowledge

All tokenization and hashing runs on your machine. No API calls, no telemetry, no analytics.