Launch Locally

Run CodeForge-AI on your local machine with Docker. Quick setup, full control.

Quick Local Installation

Prerequisites

Make sure you have the following installed on your system:

  • Docker Engine 20.10+ and Docker Compose
  • Git (for cloning the repository)
  • 4GB+ RAM and 10GB+ free disk space
1

Clone the Repository

git clone https://github.com/codeforge-ai/codeforge.git
cd codeforge

Get the latest version of CodeForge-AI from our GitHub repository.

2

Configure Environment

cp .env.example .env
# Edit .env with your preferred settings

Set up your environment variables for database, API keys, and other configurations.

3

Start with Docker Compose

docker-compose up -d

This will start all services including the web interface, API server, and database.

4

Access Your Instance

# Open your browser and navigate to:
http://localhost:3000

Your local CodeForge-AI instance will be running and ready to use!

Why Run Locally?

Full control, enhanced privacy, and offline development capabilities

Enhanced Security

Keep your code and data completely private on your own infrastructure.

Better Performance

Faster development cycles with local network access and dedicated resources.

Offline Development

Work without internet connectivity and maintain productivity anywhere.