|
15 | 15 | > Setting up and hosting the AutoGPT Platform yourself is a technical process.
|
16 | 16 | > If you'd rather something that just works, we recommend [joining the waitlist](https://bit.ly/3ZDijAI) for the cloud-hosted beta.
|
17 | 17 |
|
| 18 | +### System Requirements |
| 19 | + |
| 20 | +Before proceeding with the installation, ensure your system meets the following requirements: |
| 21 | + |
| 22 | +#### Hardware Requirements |
| 23 | +- CPU: 4+ cores recommended |
| 24 | +- RAM: Minimum 8GB, 16GB recommended |
| 25 | +- Storage: At least 10GB of free space |
| 26 | + |
| 27 | +#### Software Requirements |
| 28 | +- Operating Systems: |
| 29 | + - Linux (Ubuntu 20.04 or newer recommended) |
| 30 | + - macOS (10.15 or newer) |
| 31 | + - Windows 10/11 with WSL2 |
| 32 | +- Required Software (with minimum versions): |
| 33 | + - Docker Engine (20.10.0 or newer) |
| 34 | + - Docker Compose (2.0.0 or newer) |
| 35 | + - Git (2.30 or newer) |
| 36 | + - Node.js (16.x or newer) |
| 37 | + - npm (8.x or newer) |
| 38 | + - VSCode (1.60 or newer) or any modern code editor |
| 39 | + |
| 40 | +#### Network Requirements |
| 41 | +- Stable internet connection |
| 42 | +- Access to required ports (will be configured in Docker) |
| 43 | +- Ability to make outbound HTTPS connections |
| 44 | + |
18 | 45 | ### Updated Setup Instructions:
|
19 |
| -We’ve moved to a fully maintained and regularly updated documentation site. |
| 46 | +We've moved to a fully maintained and regularly updated documentation site. |
20 | 47 |
|
21 | 48 | 👉 [Follow the official self-hosting guide here](https://docs.agpt.co/platform/getting-started/)
|
22 | 49 |
|
@@ -152,7 +179,7 @@ Just clone the repo, install dependencies with `./run setup`, and you should be
|
152 | 179 |
|
153 | 180 | [](https://discord.gg/autogpt)
|
154 | 181 |
|
155 |
| -To report a bug or request a feature, create a [GitHub Issue](https://github.com/Significant-Gravitas/AutoGPT/issues/new/choose). Please ensure someone else hasn’t created an issue for the same topic. |
| 182 | +To report a bug or request a feature, create a [GitHub Issue](https://github.com/Significant-Gravitas/AutoGPT/issues/new/choose). Please ensure someone else hasn't created an issue for the same topic. |
156 | 183 |
|
157 | 184 | ## 🤝 Sister projects
|
158 | 185 |
|
|
0 commit comments