Skip to content

How to install

Piotr edited this page Jan 6, 2026 · 5 revisions

Installation

Requirements

  • Go 1.24 or later
  • Git (for manual build)

Option 1: Using go install (Recommended)

go install github.com/drk1wi/Modlishka@latest

The binary will be installed to $GOPATH/bin or $HOME/go/bin.

Option 2: Manual Build

1. Fetch the source

git clone https://github.com/drk1wi/Modlishka.git
cd Modlishka

2. Compile

Default build:

make

Cross-compile for specific platforms:

make build_linux
make build_windows
make build_freebsd

3. Run the proxy

The compiled binary will be in the dist folder:

./dist/proxy -h

This displays all available command line options.

Clone this wiki locally