Skip to content

tokencount-v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 19:30
· 8 commits to main since this release

Token Count v1.0.0

A fast command-line tool to estimate token counts for AI models.

Installation

Download the appropriate binary for your platform from the assets below.

macOS/Linux

# Download and extract (replace with your platform)
tar -xzf tokencount_*.tar.gz

# Make executable
chmod +x tokencount

# Move to PATH (optional)
sudo mv tokencount /usr/local/bin/

Windows

# Extract the zip file and run tokencount.exe

Changelog

  • 4f8fcd2 Initial commit
  • a9a0465 feat: implement token counting CLI tool