# Factory
The agent-native development platform. Works across CLI, Web, Slack/Teams, Linear/Jira and Mobile.
Our agent, Droid, is top performing in terminal benchmarks.
## Installation
**macOS/Linux:**
```sh
curl -fsSL https://app.factory.ai/cli | sh
```
**Windows (PowerShell):**
```powershell
irm https://app.factory.ai/cli/windows | iex
```
**npm:**
```sh
npm -g install droid
```
Then start a session in any project:
```sh
cd /path/to/your/project
droid
```
## Getting Started
- [CLI Quickstart](https://docs.factory.ai/cli/getting-started/quickstart)
- [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=Factory.factory-vscode-extension)
- ACP support for [JetBrains IDEs](https://docs.factory.ai/integrations/jetbrains) and [Zed](https://docs.factory.ai/integrations/zed)
## Quick Links
- [Factory Website](https://factory.ai)
- [Documentation](https://docs.factory.ai)
- [CLI Overview](https://docs.factory.ai/cli/getting-started/overview)
## SDKs
- [TypeScript SDK](https://github.com/Factory-AI/droid-sdk-typescript)
- [Python SDK](https://github.com/Factory-AI/droid-sdk-python)
## GitHub Actions
- [Droid Action](https://github.com/Factory-AI/droid-action) -- Run AI-powered code reviews, security scans, and PR descriptions automatically on your pull requests
## Ecosystem
- [Plugins Marketplace](https://github.com/Factory-AI/factory-plugins)
- [ESLint Plugin](https://github.com/Factory-AI/eslint-plugin)
## Community & Contributions
- Join our [Discord server](https://discord.gg/zuudFXxg69)
- Bug/issue/feature request? [Open an issue](https://github.com/Factory-AI/factory/issues) or send a pull request
## License
Copyright © 2025-2026 Factory AI. All rights reserved.