Forjinn Docs

Development Platform

Documentation v2.0
Made with
by Forjinn

Opensource Guide

Learn about opensource guide and how to implement it effectively.

2 min read
🆕Recently updated
Last updated: 12/9/2025

Open Source Guide

Forjinn is available as an open-source version that you can download and run locally. This guide will walk you through the process of obtaining and setting up your own instance of Forjinn.

Getting Started

  1. Visit forjinn.com to download the open-source version.

  2. Fill out the download request form on the website.

  3. Click the Download button to generate your download link. An image file will be downloaded to your computer.

Installation Steps

Prerequisites

  • Docker installed on your system
  • Minimum 4GB RAM
  • 20GB free disk space

Setup Instructions

  1. Load the Docker Image After downloading the image file, load it into Docker using the following command:

    docker load < path/to/downloaded/image
    
  2. Run the Docker Container Start the Forjinn container using the following command:

    docker run -d -p 3000:3000 forjinn:opensource
    
  3. Initial Configuration

    • Wait a couple of minutes for Forjinn to start up completely
    • Open your web browser and navigate to: http://localhost:3000/setup
    • Fill in your details in the setup form
    • Save these credentials as they will be your sign-in details for future access

First Login

After completing the setup, you can access your Forjinn instance at http://localhost:3000 using the credentials you created during the setup process.

Support

If you encounter any issues during installation or need assistance, please visit our support page or raise an issue on our GitHub repository.

System Requirements

  • Operating System: Linux, Windows, or macOS
  • CPU: 2 cores minimum
  • RAM: 4GB minimum
  • Storage: 20GB of free space
  • Docker: Latest stable version