SOLFIND
Web Lens
Portal home

Crew - Docs - Kiro

https://kiro.dev/docs/crew/ • 219 KB fetched
Open original page


Crew - Docs - Kiro Loading image... Product * About Kiro * IDE * CLI * Web * Mobile * Crew * Pricing * Downloads For * Enterprise * Startups * Students Community * Overview * Ambassadors * Discord * Events * Powers * Shop * Showcase Resources * Docs * Blog * Changelog * FAQs * Report a bug * Suggest an idea * Billing support Social * * * * * * * English Site Terms License Responsible AI Policy Legal Privacy Policy Cookie Preferences English Loading image... * Apps * CLI * Web * Enterprise * Pricing * Docs * Community * Resources SIGN IN DOWNLOADS Loading image... Get Started Installation Authentication Your first project Models Overview Available models Reasoning effort Features How Kiro works Specs Steering Hooks MCP Permissions Custom agents Agent Skills Powers Cloud sessions Compaction Kiroignore Checkpoints and rewind Built-in tools Configuration scopes IDE 1.x What's new in 1.0 Setup & First Run Editor Chat Experimental Troubleshooting 0.x reference CLI What's new in 3.0 Setup & First Run Terminal UI Chat Voice mode Headless mode ACP Auto complete Experimental 2.x reference Crew Quick start Installation Running 24/7 Chat Agent Capabilities Features Interfaces Apps System & storage Configuration Security Troubleshooting Web Setup & First Run Identity Center Connect your repositories Working with the agent Autonomous mode Automations Memory Configuration Sync Sandbox Mobile - Preview Overview Commands and Reference CLI commands Slash commands Built-in tools Exit codes Settings Billing Overview Managing your subscription Upgrading your plan Downgrading your plan Cancelling your plan Purchasing add-on credits Managing your payments Managing usage notifications Managing your taxes Contacting billing support Deleting your account Related questions Enterprise Concepts Onboarding quickstart Connecting your identity provider Deployment options Subscribe your team Manage subscriptions Governance Monitor and track Settings Managed updates Billing IAM Supported regions Privacy and Security Overview Data protection Code references Compliance validation Infrastructure security IAM permissions Firewalls, proxies, and data perimeters VPC endpoints (AWS PrivateLink) Guides Overview Language support Learn by playing Migration Migrating from Q Developer Migrating from VSCode Upgrading from Q CLI Copy page View as Markdown Quick start Copy page View as Markdown Crew is an open-source personal AI agent that runs locally or remotely on your hardware. It is persistent, self-learning, and self-evolving. You can work with it from the desktop app, web dashboard, and CLI, or additional channels such as Slack, Discord, Telegram, Teams, Webex, WeCom, and WeChat (Weixin). Multi-step tasks run unattended, recurring jobs run on your schedule, and heartbeats monitor systems until something needs attention. Install Desktop app Download Kiro Crew for macOS (signed .dmg ), Windows (signed .exe installer), or Linux ( .deb , .rpm , or .AppImage ). The app starts a bundled Gateway when no local Gateway is already running. It can also connect to a remote Gateway over an SSH tunnel. One-line install Install the prebuilt, SHA-256-verified wheel from the release CDN: bash curl -fsSL https://download.crew.kiro.dev/cli.sh | sh The installer installs through pipx when available or a managed venv at ~/.kiro/crew-venv , and records the channel in ~/.kiro/crew/channel . After installing, configure and start the Gateway: bash kirocrew setup # interactive wizard: data dir, agent, credentials kirocrew doctor # verify everything is wired up kirocrew gateway # start the server → http://localhost:5476 Open http://localhost:5476 in your browser. The first launch guides you through installing kiro-cli and completing sign-in. That's it — you're ready to chat. Info The desktop app handles gateway setup automatically — it starts a bundled Gateway on launch and guides sign-in from the app itself. These steps are only needed for the CLI-based install paths (one-line wheel, source build, Docker). Semantic memory needs no setup. Embeddings run in-process and the Gateway downloads its model in the background on first start. Until it lands, memory search falls back to keyword matching and picks up embeddings automatically without a restart. If you prefer to build from source, run in Docker, or set up Crew with the native Windows source install, see the full Installation guide . Try it Once the dashboard is open (either from the desktop app or at http://localhost:5476 ), here are a handful of workflows to explore. Chat Type in the chat panel and press Enter. Each tab is an independent session with full tool access — read/write files, run commands, browse the web, or call any configured MCP tool. Sharpen a prompt with the prompt optimizer (Cmd/Ctrl+Shift+Enter). Run an autonomous task Open the Projects panel, describe what you want, refine it into a spec, and hit Run . The Task Runner decomposes the spec into steps, executes them, runs tests, retries on failure, and checkpoints progress. Schedule a recurring job Open the Schedule panel and add a job with natural language — or just ask in chat: "Every weekday at 9, summarize my open work." Jobs run in their own sessions. Results land in your dashboard notifications, Slack DM, or Telegram chat. Teach it preferences Tell Crew something it should always remember in any chat session: "No, always run the frontend checks before calling a change done." It saves the correction as a lesson and applies it in future sessions. Delegate parallel work Ask in chat: "Research these three options in parallel and recommend one." Crew spawns isolated subagents and synthesizes the results back into your conversation. Monitor something Ask Crew to watch a system — in any chat session. Heartbeats check in on a schedule and alert when something needs attention. No manual polling loop required. Set one up from chat or via a cron job. Why Crew Persistent and always available. Sessions, memory, schedules, and task checkpoints persist beyond one chat and across Gateway restarts. Scheduled, proactive, and reactive work continues without someone at the terminal. Self-learning. Corrections and task failures become durable lessons that change later behavior. Preferences and project context carry across sessions. Self-evolving. Repeated patterns can become reusable skills. Memory, lessons, and skills remain visible and editable, so your Crew becomes more tailored to you and your work over time. Runs where you choose. Keep the runtime and its state on your own machine, in a local container, or on a remote machine you control. One Gateway, many ways to work. The desktop app and web dashboard let you work directly. The Gateway connects that same runtime to Slack, Discord, Telegram, Teams, Webex, WeCom, WeChat (Weixin), and the CLI when you want to continue from another surface. What's next Chat Sessions, message controls, prompt optimizer, voice, and artifacts. Running 24/7 Run as a service, in Docker, on a remote host, or reach it from your phone. Features Cron, subagents, task runner, snapshot, and artifact deploy. Page updated: August 31, 2026 2.x reference Installation

Links found on this page

  1. About Kiro [direct]
  2. IDE [direct]
  3. CLI [direct]
  4. Web [direct]
  5. Mobile [direct]
  6. Crew [direct]
  7. Pricing [direct]
  8. Downloads [direct]
  9. Enterprise [direct]
  10. Startups [direct]
  11. Students [direct]
  12. Overview [direct]
  13. Ambassadors [direct]
  14. Discord [direct]
  15. Events [direct]
  16. Powers [direct]
  17. Shop [direct]
  18. Showcase [direct]
  19. Docs [direct]
  20. Blog [direct]
  21. Changelog [direct]
  22. FAQs [direct]
  23. Report a bug [direct]
  24. Suggest an idea [direct]
  25. Billing support [direct]
  26. Site Terms [direct]
  27. License [direct]
  28. Responsible AI Policy [direct]
  29. Legal [direct]
  30. Privacy Policy [direct]
  31. Cookie Preferences [direct]
  32. Loading image... [direct]
  33. SIGN IN [direct]
  34. Installation [direct]
  35. Authentication [direct]
  36. Your first project [direct]
  37. Overview [direct]
  38. Available models [direct]
  39. Reasoning effort [direct]
  40. How Kiro works [direct]
  41. Specs [direct]
  42. Steering [direct]
  43. Hooks [direct]
  44. MCP [direct]
  45. Permissions [direct]
  46. Custom agents [direct]
  47. Agent Skills [direct]
  48. Powers [direct]
  49. Cloud sessions [direct]
  50. Compaction [direct]
  51. Kiroignore [direct]
  52. Checkpoints and rewind [direct]
  53. Built-in tools [direct]
  54. Configuration scopes [direct]
  55. What's new in 1.0 [direct]
  56. Setup & First Run [direct]
  57. Editor [direct]
  58. Chat [direct]
  59. Experimental [direct]
  60. Troubleshooting [direct]
  61. 0.x reference [direct]
  62. What's new in 3.0 [direct]
  63. Setup & First Run [direct]
  64. Terminal UI [direct]
  65. Chat [direct]
  66. Voice mode [direct]
  67. Headless mode [direct]
  68. ACP [direct]
  69. Auto complete [direct]
  70. Experimental [direct]
  71. 2.x reference [direct]
  72. Installation [direct]
  73. Running 24/7 [direct]
  74. Chat [direct]
  75. Agent Capabilities [direct]
  76. Features [direct]
  77. Interfaces [direct]
  78. Apps [direct]
  79. System & storage [direct]
  80. Configuration [direct]