CodeBurn
AgentSeal
Track AI coding token usage and cost across your tools
已复制!粘贴到终端并按回车即可安装。


关于
This is a community package of CodeBurn, maintained independently and unaffiliated with the project or its authors. It repackages the official upstream Linux build unmodified.
CodeBurn reads the session logs your AI coding tools already write to disk and turns them into a spend report: what each model, project, session and tool call actually cost, how much of it was cache, and where the waste is. Nothing is sent anywhere to do it — the parsing happens locally, and only public price tables are fetched.
- One dashboard across every tool it can see: Claude Code, Codex, Cursor, GitHub Copilot, Gemini CLI, OpenCode, Zed, Cline and more.
- Spend by day, model, project and session, with a month-to-date figure and a projection.
- Optimize view: cache misses, re-read files, context-heavy sessions, unused MCP servers and other recoverable spend.
- Model comparison by task, and per-session detail down to the individual call.
- Prices come from the public LiteLLM table and exchange rates from Frankfurter, both cached locally; costs can be shown in any of 162 currencies.
The upstream build is self-contained: the CLI that does the reading and pricing ships inside it and runs on the app's own Electron binary in Node mode, so this package needs no Node.js, Python or agent CLI on the host and is granted no access to host commands.
Sandbox: display, GPU and network, its own settings directory, and read-only access to the data directories of the tools listed below — nothing else. The app can neither write to another tool's directory nor see the rest of your home.
Read-only by default: ~/.claude, ~/.codex, ~/.gemini, ~/.copilot, ~/.config/github-copilot, ~/.cursor, ~/.config/Cursor, ~/.config/Code and ~/.config/VSCodium global storage, ~/.cline, ~/.local/share/zed, ~/.local/share/opencode, ~/.openclaw, ~/.qwen, ~/.forge, ~/.pi and ~/.omp.
CodeBurn supports many more tools than that. Any one of them reports no sessions until you grant its directory — upstream's provider table names the directory each tool uses:
flatpak override --user --filesystem=~/.kimi:ro org.agentseal.CodeBurn
To let it see every tool at once instead, including ones added in future releases, grant your home directory read-only:
flatpak override --user --filesystem=home:ro org.agentseal.CodeBurn
A few tools (Goose, Crush, Kilo Code) locate their store through XDG_DATA_HOME, which Flatpak points inside the sandbox, so a grant alone does not reach them; OpenCode has its own OPENCODE_DATA_DIR setting, which this package sets for you.
Undo any of this with:
flatpak override --user --reset org.agentseal.CodeBurn
新版变化
v0.9.20 · 2026-08-10详情
权限
19 项需确认-
网络访问
可访问互联网和本地网络
-
文件:~/.config/codeburn:create
-
文件:~/.claude:ro
-
文件:~/.codex:ro
-
文件:~/.gemini:ro
-
文件:~/.copilot:ro
-
文件:~/.config/github-copilot:ro
-
文件:~/.cursor:ro
-
文件:~/.config/Cursor/User/globalStorage:ro
-
文件:~/.config/Code/User/globalStorage:ro
-
文件:~/.config/VSCodium/User/globalStorage:ro
-
文件:~/.cline:ro
-
文件:~/.local/share/zed:ro
-
文件:~/.local/share/opencode:ro
-
文件:~/.openclaw:ro
-
文件:~/.qwen:ro
-
文件:~/.forge:ro
-
文件:~/.pi:ro
-
文件:~/.omp:ro
-
进程间通信
与主机共享 IPC 命名空间
-
X11(回退)
-
unset-env:ELECTRON_RUN_AS_NODE
-
Wayland 显示
-
GPU 加速