{
  "markdown": "<!-- markdownlint-disable MD041 -->\n<div align=\"center\">\n  <a href=\"https://coder.com#gh-light-mode-only\">\n    <img src=\"./docs/images/logo-black.png\" alt=\"Coder Logo Light\" style=\"width: 128px\">\n  </a>\n  <a href=\"https://coder.com#gh-dark-mode-only\">\n    <img src=\"./docs/images/logo-white.png\" alt=\"Coder Logo Dark\" style=\"width: 128px\">\n  </a>\n\n  <h1>\n  Self-Hosted Cloud Development Environments and AI Agents\n  </h1>\n\n  <a href=\"https://coder.com#gh-light-mode-only\">\n    <img src=\"./docs/images/banner-black.png\" alt=\"Coder Banner Light\" style=\"width: 650px\">\n  </a>\n  <a href=\"https://coder.com#gh-dark-mode-only\">\n    <img src=\"./docs/images/banner-white.png\" alt=\"Coder Banner Dark\" style=\"width: 650px\">\n  </a>\n\n  <br>\n  <br>\n\n[Quickstart](#quickstart) | [Docs](https://coder.com/docs) | [Why Coder](https://coder.com/docs/about#why-coder) | [Premium](https://coder.com/pricing#compare-plans)\n\n[![discord](https://img.shields.io/discord/747933592273027093?label=discord)](https://cdr.co/discord-Y6fMxGdNRg)\n[![release](https://img.shields.io/github/v/release/coder/coder)](https://github.com/coder/coder/releases/latest)\n[![godoc](https://pkg.go.dev/badge/github.com/coder/coder.svg)](https://pkg.go.dev/github.com/coder/coder)\n[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9511/badge)](https://www.bestpractices.dev/projects/9511)\n[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/coder/coder/badge)](https://scorecard.dev/viewer/?uri=github.com%2Fcoder%2Fcoder)\n[![license](https://img.shields.io/github/license/coder/coder)](./LICENSE)\n\n</div>\n\n[Coder](https://coder.com) is a self-hosted platform for cloud development environments and AI coding agents. Workspaces are defined with Terraform, connected through a secure Wireguard® tunnel, and automatically shut down when not used. Coder Agents runs a native AI coding agent whose loop executes in the control plane on your infrastructure, with no API keys in workspaces.\n\n- Define cloud development environments in Terraform\n  - EC2 VMs, Kubernetes Pods, Docker Containers, etc.\n- Automatically shutdown idle resources to save on costs\n- Onboard developers in seconds instead of days\n- Delegate coding work to AI agents on your infrastructure\n  - Bring any model (Anthropic, OpenAI, Google, Bedrock, self-hosted)\n  - No LLM credentials in workspaces, user identity on every action\n  - Centralized model governance, cost tracking, and audit logging\n\n<p align=\"center\">\n  <img src=\"./docs/images/hero-image.png\" alt=\"Coder platform showing templates and a running workspace\">\n</p>\n\n## Quickstart\n\n> Check out our [install guides](https://coder.com/docs/install) for other methods and a complete tutorial.\n\nTry Coder with the [install script](https://github.com/coder/coder/blob/main/install.sh) on Linux and macOS, or grab the latest binary or installer from [GitHub Releases](https://github.com/coder/coder/releases/) on Windows:\n\n```shell\ncurl -L https://coder.com/install.sh | sh\n```\n\nStart the server and open [http://localhost:3000](http://localhost:3000) to create your initial user, create a Docker template, and provision your first workspace:\n\n```shell\ncoder server\n```\n\nFor a production deployment, add a PostgreSQL database (version 13 or later) and an external access URL, and see our [validated architectures](https://coder.com/docs/admin/infrastructure/validated-architectures) for sizing and infrastructure guidance:\n\n```shell\ncoder server --postgres-url <url> --access-url <url>\n```\n\nWithout these flags, Coder uses a built-in database and sets up a `*.try.coder.app` access URL for evaluation. Use `coder --help` for the full list of flags and environment variables.\n\n## Documentation\n\nBrowse the [documentation](https://coder.com/docs) or visit a specific section below:\n\n- [**Workspaces**](https://coder.com/docs/user-guides/workspace-management): Workspaces contain the IDEs, dependencies, and configuration information needed for software development\n- [**Templates**](https://coder.com/docs/admin/templates): Templates are written in Terraform and describe the infrastructure for workspaces\n- [**Coder Agents**](https://coder.com/docs/ai-coder/agents): Delegate coding work to AI agents running on your self-hosted infrastructure\n- [**AI Gateway**](https://coder.com/docs/ai-coder/ai-gateway): Centralize authentication, auditing, and cost controls for AI tooling\n- [**Administration**](https://coder.com/docs/admin): Learn how to operate Coder\n- [**Premium**](https://coder.com/pricing#compare-plans): Learn about paid features built for large teams\n- [**IDEs**](https://coder.com/docs/user-guides/workspace-access): Connect your existing editor to a workspace\n\n## Support\n\n[Open an issue](https://github.com/coder/coder/issues/new) for bugs and feature requests.\n\nFor community support, showcasing what you built, and feedback on in-progress features, join our [Discord](https://discord.gg/coder) or [GitHub Discussions](https://github.com/coder/coder/discussions).\n\nDedicated support is included in Coder Premium. For more information, visit [coder.com/pricing](https://coder.com/pricing).\n\n## Integrations\n\nNew integrations are always in progress. Open an issue to request one. Contributions are welcome in any official or community repository.\n\n### Official\n\n- [**Coder Registry**](https://registry.coder.com): Templates, modules, and integrations for common development environments\n- [**Coding Agents**](https://registry.coder.com/modules?search=tag%3Aagent): Run agents like Claude Code, Codex, and OpenCode isolated in Coder workspaces\n- [**coderd Terraform Provider**](https://github.com/coder/terraform-provider-coderd): Declaratively manage your Coder deployment configuration as code\n- [**VS Code Extension**](https://marketplace.visualstudio.com/items?itemName=coder.coder-remote): Open any Coder workspace in VS Code with a single click\n- [**JetBrains Toolbox Plugin**](https://plugins.jetbrains.com/plugin/26968-coder): Open any Coder workspace from JetBrains Toolbox with a single click\n- [**Dev Containers**](https://coder.com/docs/user-guides/devcontainers): Build development environments using `devcontainer.json` on Docker, Kubernetes, and OpenShift\n- [**Kubernetes Log Stream**](https://github.com/coder/coder-logstream-kube): Stream Kubernetes Pod events to the Coder startup logs\n- [**Self-Hosted VS Code Extension Marketplace**](https://github.com/coder/code-marketplace): A private extension marketplace that works in restricted or airgapped networks integrating with [code-server](https://github.com/coder/code-server).\n- [**GitHub Actions**](https://github.com/marketplace/actions/setup-coder): An action to set up the Coder CLI in GitHub workflows\n\n### Community\n\n- [**Coder Discord**](https://cdr.co/discord-5hw2sjadGU): Chat with the community, get support, and hear about new product updates first\n- [**Community Templates**](https://registry.coder.com/templates?search=status%3Acommunity): Community-contributed workspace templates in the Coder Registry\n- [**Community Modules**](https://registry.coder.com/modules?search=status%3Acommunity): Community-contributed modules to extend Coder templates\n- [**Coder Template GitHub Action**](https://github.com/marketplace/actions/update-coder-template): A GitHub Action that updates Coder templates\n- [**Coder Agents Chat Action**](https://github.com/coder/agents-chat-action): A GitHub Action that starts a Coder Agents chat against a GitHub issue or pull request\n\n## Contributing\n\nNew contributors are always welcome. If you are new to the Coder codebase, see\n[the contribution guide](https://coder.com/docs/about/contributing/CONTRIBUTING) to get started.\n\n## Hiring\n\nApply on the [careers page](https://jobs.ashbyhq.com/coder?utm_source=github&utm_medium=readme&utm_campaign=unknown) if you are interested in joining the team.\n",
  "bytes": 7842,
  "sha": "73cef0dadba0644af80a0c31619000df414fd75222a7e9863d951f304431daa9",
  "repo_slug": "coder/coder",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_coder_coder_bd4e4431/readme"
}