Skip to content

Installation guide

Janko Granko edited this page Jul 17, 2025 · 1 revision
███████╗██╗   ██╗███████╗███████╗ ██████╗ ██████╗  ██████╗ ███████╗    ██╗    ██╗██╗██╗  ██╗██╗
██╔════╝╚██╗ ██╔╝██╔════╝██╔════╝██╔═══██╗██╔══██╗██╔════╝ ██╔════╝    ██║    ██║██║██║ ██╔╝██║
███████╗ ╚████╔╝ ███████╗█████╗  ██║   ██║██████╔╝██║  ███╗█████╗      ██║ █╗ ██║██║█████╔╝ ██║
╚════██║  ╚██╔╝  ╚════██║██╔══╝  ██║   ██║██╔══██╗██║   ██║██╔══╝      ██║███╗██║██║██╔═██╗ ██║
███████║   ██║   ███████║██║     ╚██████╔╝██║  ██║╚██████╔╝███████╗    ╚███╔███╔╝██║██║  ██╗██║
╚══════╝   ╚═╝   ╚══════╝╚═╝      ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚══════╝     ╚══╝╚══╝ ╚═╝╚═╝  ╚═╝╚═╝

From releases

  1. Go to the Releases page.
  2. Download the .zip version for your system:
  • win-x64.zip for 64-bit systems
  • win-x86.zip for 32-bit devices
  • win-arm64.zip for ARM-based systems
  1. Extract it.
  2. Run SysForge.exe

From Source

For installing from source, you need to have .NET 9 installed.

  1. Clone the repository:
git clone https://github.com/JaatrovyKnedlicek/SysForge.git
  1. Build it:
dotnet build
  1. Then run SysForge.exe

Clone this wiki locally