CLI for Burn 451 — the reading triage system with a 24h countdown.
Why
You have 47 tabs open. You'll "read them later." You won't.
Burn 451 gives every saved article a 24-hour countdown. Read it or lose it. burn451 brings that system to your terminal — save URLs, check what's burning, search your history, see your triage stats. No browser required.
Install
npm install -g burn451
Quick start
# 1. Get your token from burn451.cloud/settings → MCP Server
burn451 login bmcp_your_token_here
# 2. See what's burning
burn451 flame
# 3. Save something
burn451 save https://karpathy.bearblog.dev/verifiability/
# 4. Check your stats
burn451 stats
List bookmarks: flame (default), vault, spark, all
burn451 save <url>
Save URL to Flame (24h countdown starts)
burn451 search <query>
Search across all bookmarks
burn451 stats
Your reading triage statistics
burn451 triage
Interactive triage — k/r/d each article
burn451 keep | read | delete <id>
Move an article by id
Examples
# Start of day — what to read first
burn451 brief
# Weekly digest → markdown, paste into your notes or blog
burn451 digest 7 --markdown > week-16.md
# JSON output for downstream scripts (jq, Raycast, shortcuts)
burn451 brief --json | jq '.burning_soon'# What needs attention right now?
burn451 flame
# Everything in your permanent vault
burn451 list vault --limit=50
# Find that MCP article you saved
burn451 search "MCP server"# Save from a pipeecho"https://simonwillison.net/2026/Apr/8/muse-spark/" | xargs burn451 save
# Interactive triage session — keep/read/delete each article
burn451 triage
Authentication
Two ways to authenticate:
Option 1: Login command (persistent)
burn451 login bmcp_your_token
# Token saved to ~/.burn451/config.json
burn451 CLI → Burn 451 API (Supabase) → Your reading queue
↕
~/.burn451/config.json (token)
~/.burn451/session.json (cached JWT, 5min TTL)
No intermediate server. Your CLI talks directly to Burn's API with your token. Session is cached locally for 5 minutes to avoid repeated token exchanges.
Burn 451 CLI — manage your reading queue from the terminal. Brief, digest, triage.
We found that burn451 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 1 open source maintainer collaborating on the project.
Package last updated on 16 Apr 2026
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.