Run Ox Coder locally
Install the application, create a safe local environment, and open the coding workspace.
You need Node.js 22.19 or newer, npm, and an OpenRouter API key. Google OAuth, PostgreSQL, MCP, OpenShell, and live ads are optional for local development.
Install and configure
git clone https://github.com/tententgc/freeads-coder.git
cd freeads-coder
npm ci
cp .env.example .env.local
openssl rand -base64 32Minimum .env.local
NEXT_PUBLIC_APP_URL=http://localhost:3000
AUTH_URL=http://localhost:3000
NEXTAUTH_URL=http://localhost:3000
AUTH_TRUST_HOST=true
AUTH_SECRET=replace-with-the-generated-secret
OPENROUTER_API_KEY=replace-with-your-openrouter-keyStart and verify
npm run dev
curl http://localhost:3000/api/health