AI in your terminal

DeepSeek V4 Pro Β· A100 80GB GPU Β· pip install gracestack

⬇ Download CLI πŸ”‘ Get API Key

⚑ Install

$pip install gracestack
Successfully installed gracestack-0.1.0
$gracestack chat "Write a haiku about Kubernetes"
Pods drift like autumn leaves β€”
the scheduler hums its mantra,
YAML dreams in triplicate.

Or just download the script: curl -O https://tools.gracestack.se/gracestack.py && chmod +x gracestack.py

πŸ›  Commands

πŸ’¬ chat

One-shot AI chat. gracestack chat "your prompt"

πŸ” explain

Explain a code file. gracestack explain ./src/app.py

πŸ”‘ key

Save your API key. gracestack key YOUR-KEY

πŸ“Š status

Check remaining calls. gracestack status

πŸ”‘ Setup

Get a free API key (instant, no credit card):

$curl -s https://tools.gracestack.se/api/register
{"api_key":"8e9bb532...","tier":"free","daily_limit":1}
$gracestack key 8e9bb5326d62f12ab3def456
πŸ”‘ API key saved to ~/.config/gracestack/key

πŸ’° Pricing

Free

$0

1 call/day
DeepSeek V4 Pro
A100 GPU

Power Pack

$1

100 calls
24 hours
no auto-renew

⚑ Need more than 1 call/day?

$1 USD β€” 100 calls, 24 hours, instant activation. No subscription.

Get Power Pack β€” $1 β†’

πŸ’‘ Example: Explain your codebase

$gracestack explain ./src/auth.py
πŸ“„ ./src/auth.py
──────────────────────────────────────
## Explanation

### What It Does
This module handles JWT-based authentication with refresh token rotation...

[4 code explanations remaining today]

πŸ“¦ Source

Single-file Python script β€” no dependencies beyond stdlib.
Download gracestack.py Β· GitHub repo