> For the complete documentation index, see [llms.txt](https://docs.eitherway.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eitherway.ai/documentation/appendix/system-requirements.md).

# System Requirements

#### Minimum

* Node.js 18+
* PostgreSQL 14+
* 4GB RAM
* 2 CPU cores

#### Recommended

* Node.js 20+
* PostgreSQL 15+
* 8GB RAM
* 4 CPU cores
* SSD storage

***

#### Quick Start

**Clone**

```
git clone https://github.com/eitherwayai/eitherway.git
cd eitherway
```

**Install**

```
pnpm install
```

**Configure**

```
cp .env.example .env
# Edit .env with your API keys
```

**Database**

```
psql $DATABASE_URL -f packages/database/src/migrations/*.sql
```

**Run**

```
pnpm run server   # Backend (port 3001)
pnpm run ui       # Frontend (port 5173)
```

***

#### Support

**Documentation**: docs.eitherway.ai\
**Website**: eitherway.ai

**Telegram**: Community discussions\
**Twitter/X**: @eitherwayai\
**Enterprise**: <enterprise@eitherway.ai>

***
