tokencount-v1.0.0
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