Setup Dashboard
Fresh install detected on thinkpad-x1 — configure your dev environment
Wrangler CLI
CloudflareCloudflare Workers command-line tool for deploying and managing Workers projects
cloudflared
CloudflareCloudflare Tunnel daemon — expose local services without opening firewall ports
AI Gateway
CloudflareCloudflare AI Gateway — unified endpoint proxy with rate limiting, caching, and analytics for AI API calls
Workers Dev Platform
CloudflareLocal Workers development environment with miniflare and local KV/D1 bindings
GitHub SSH Keys
GitHubGenerate and register SSH keypair for passwordless GitHub authentication
GitHub CLI (gh)
GitHubOfficial GitHub CLI for managing repos, PRs, issues, and Actions from the terminal
Git Global Config
GitHubSet global git user identity, default branch name, core editor, and commit signing
Cursor IDE
AI ToolsAI-first code editor built on VS Code — install via AppImage and configure extensions
Ollama
AI ToolsRun large language models locally — llama3, mistral, codestral, and more
OpenAI CLI Config
AI ToolsConfigure OPENAI_API_KEY and related AI provider env vars in ~/.bashrc and ~/.zshrc
Firefox Dev Edition
BrowsersInstall Firefox Developer Edition with pre-configured developer profile and extensions
Chromium + DevTools
BrowsersChromium browser with custom DevTools flags and remote debugging enabled on port 9222
Zsh + Oh My Zsh
SystemInstall Zsh, Oh My Zsh framework, Powerlevel10k theme, and common plugins (zsh-autosuggestions, zsh-syntax-highlighting)
Node.js via nvm
SystemInstall nvm (Node Version Manager) and configure default Node.js LTS version with global packages
LangChain
AI AgentsFramework for building LLM-powered applications with chains, agents, tools, and memory — Python & JS/TS
LangGraph
AI AgentsBuild stateful, multi-actor agent workflows as cyclic graphs — built on top of LangChain
OpenAI Agents SDK
AI AgentsOfficial OpenAI Agents SDK — build multi-agent pipelines with handoffs, guardrails, and tracing
CrewAI
AI AgentsMulti-agent role-playing framework — define crews of agents with roles, goals, and task delegation
AutoGen (AG2)
AI AgentsMicrosoft AutoGen — conversational multi-agent framework with code execution and human-in-the-loop support
PydanticAI
AI AgentsType-safe agent framework by the Pydantic team — structured outputs, dependency injection, and multi-model support
Mastra
AI AgentsTypeScript-native agent framework — workflows, memory, RAG, and tool integrations for Node.js deployments