No description
  • C# 99.7%
  • Batchfile 0.3%
Find a file
2025-10-03 11:58:50 -04:00
Fika-Installer Refactoring 2025-10-03 11:58:50 -04:00
.gitignore Init project 2025-07-22 20:50:06 -04:00
Fika-Installer.sln Init project 2025-07-22 20:50:06 -04:00
LICENSE.md Create LICENSE.md 2025-07-22 20:37:16 -04:00
publish.bat dev 2025-08-05 17:44:42 -04:00
README.md Update README.md 2025-08-27 15:09:42 -04:00

Fika-Installer

A work-in-progress console application for installing Fika, Fika-Server, and Fika-Headless.

Objective

The goal is to make the tool as simple as possible with minimal user interaction. No bloated features, no complex GUI, and no configuration files - just execute and install. It is not a launcher nor a configuration tool, and never will be.

Features

  • Install the latest version of Fika (Fika-Core and Fika-Server).
  • Install Fika Headless with profile management (create or use an existing headless profile).
  • Update Fika or Fika-Headless.
  • Symlink SPT folder to your Fika/Fika Headless folder to save disk space.

Usage

  • Place the Fika-Installer executable in your SPT folder.
  • Run the Fika-Installer executable.
  • Choose "Install Fika".
  • Wait for installation to finish.
  • Enjoy Fika!

Advanced usage

There is an "Advanced options" menu with a few additional features:

  • "Install Fika in current folder" allows you to install Fika-Core and Fika-Server in the directory where Fika-Installer is located. The SPT files will be copied or symlinked.
  • "Install Fika Headless" allows you to install Fika-Core and Fika-Headless in the directory where Fika-Installer is located. The SPT files will be copied or symlinked.

Admin requirement

Fika-Installer requires admin elevation for firewall configuration and symlinking. Fika-Installer does not perform any other modifications to your system.

Linux Support

Linux support is not planned. Feel free to submit a PR for Linux support.