Install build and extraction tools needed for building Claude Desktop Debian packages
Install the build dependencies required to run build.sh and create .deb/.AppImage packages.
Run the build tools installation script to ensure all required tools are available:
bash "$CLAUDE_PROJECT_DIR/.claude/hooks/install-build-tools.sh"
This script installs:
| Tool | Package | Purpose |
|------|---------|---------|
| 7z | p7zip-full | Extract Windows installers and nupkg archives |
| wget | wget | Download Claude Desktop installers |
| wrestool | icoutils | Extract icons from Windows executables |
| convert | imagemagick | Process tray icons for Linux |
| dpkg-deb | dpkg-dev | Build .deb packages |
| libfuse2 | libfuse2 | Run AppImages |
| node | nodejs | Node.js v20+ for npm/asar operations |
./build.sh for the first time$ARGUMENTS
Gemini CLI for one-shot Q&A, summaries, and generation.
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.
ElevenLabs text-to-speech with mac-style say UX.
Category:developer