❗ The server binds to localhost without authentication for the time being; this is a security issue that will be fixed before release to end users. You can use any username and password for the time being. |
---|
An easy to use release is coming soon, but for now you can follow the instructions below to get started.
💡 Tip: Download and install Python if you can't run it from the terminal.
Open the Terminal application.
Clone the canary branch from the repository:
git clone --branch canary --single-branch https://github.com/pAI-OS/paios.git
Setup and run the server:
POSIX (Linux/macOS/etc.)
python3 paios/scripts/setup_environment.py (only on first run)
source paios/.venv/bin/activate
python3 -m paios
Windows
python .\paios\scripts\setup_environment.py (only on first run)
.\paios\.venv\Scripts\Activate.ps1
python -m paios
Visit http://localhost:3080/
Clone the entire repository
git clone https://github.com/Kwaai-AI-Lab/paios.git
🤖 Tip: Early Adopters don't need to build the frontend on the canary branch because it's done automatically on every commit to main.
Build the frontend:
cd frontend
npm run build
cd ..
Run the uvicorn server:
python -m paios
Visit http://localhost:3080/