Install guide on local machine

Install Finmars CE on your local machine without domain name

Install on MacOS

Here is short guide of install Finmars community edition on your Mac.

  1. Make sure you have git and make installed. (https://developer.apple.com/documentation/xcode/installing-the-command-line-tools)
  2. Make sure you have docker desktop installed. (https://docs.docker.com/desktop/setup/install/mac-install/)
  3. Make sure you have Python (https://www.python.org/downloads/macos/) and Python package manager PIP (https://pip.pypa.io/en/stable/installation/)
  4. Open Terminal and run the commands below
  5. Clone the Finmars Community Edition repository from Github
    git clone https://github.com/finmars-platform/finmars-community-edition.git
  6. Go to the directory with Finmars Community Edition
    cd finmars-community-edition
  7. Install Finmars Community Edition
    make install

    You will be asked to prompt Admin Username & Admin Password
    Screenshot 2025-11-12 at 10.35.11.png
  8. Start Finmars Community Edition
    make up
    Wait until all containers are downloaded
    Screenshot 2025-11-12 at 10.38.16.png
  9. Open web page with Finmars Community Edition https://127.0.0.1
    Screenshot 2025-11-12 at 10.38.54.png

Well done! You can proceed with using Finmars!

Go to next steps!




If you have some troubles during Installation - reach for any support channel:


Install on Linux

Here is short guide of install Finmars community edition on your Linux.

  1. Make sure you have git (https://git-scm.com/install/linux)
  2. Make sure you have make installed. (https://www.gnu.org/software/make/)
  3. Make sure you have docker installed. (https://docs.docker.com/engine/install/)
  4. Open Terminal and run the commands below
  5. Clone the Finmars Community Edition repository from Github
    git clone https://github.com/finmars-platform/finmars-community-edition.git
  6. Go to the directory with Finmars Community Edition
    cd finmars-community-edition
  7. Install Finmars Community Edition
    make install

    You will be asked to prompt Admin Username & Admin Password
    Screenshot 2025-11-12 at 10.35.11.png
  8. Start Finmars Community Edition
    make up
    Wait until all containers are downloaded
    Screenshot 2025-11-12 at 10.38.16.png
  9. Open web page with Finmars Community Edition https://127.0.0.1
    Screenshot 2025-11-12 at 10.38.54.png

Well done! You can proceed with using Finmars!

Go to next steps!




If you have some troubles during Installation - reach for any support channel:


Install on Windows

Here is short guide of install Finmars community edition on your Windows.

  1. Install WSL on your PC (https://learn.microsoft.com/en-us/windows/wsl/install)
  2. Make sure you have docker desktop installed. (https://docs.docker.com/desktop/setup/install/windows-install/)
  3. Open WLS and run the commands below
  4. Install git and make
    sudo apt update
    sudo apt install git make
  5. Clone the Finmars Community Edition repository from Github
    git clone https://github.com/finmars-platform/finmars-community-edition.git
  6. Go to the directory with Finmars Community Edition
    cd finmars-community-edition
  7. Install Finmars Community Edition
    make install

    You will be asked to prompt Admin Username & Admin Password
  8. Start Finmars Community Edition
    make up
    Wait until all containers are downloaded
    Screenshot 2025-11-12 at 10.38.16.png
  9. Open web page with Finmars Community Edition https://127.0.0.1
    Screenshot 2025-11-12 at 10.38.54.png

Well done! You can proceed with using Finmars!

Go to next steps!




If you have some troubles during Installation - reach for any support channel: