# 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>

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eitherway.ai/documentation/appendix/system-requirements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
