Skip to content

Quickstart

NOTE

Tips: Manboster is currently in private developing stage, we will make it public when v0.2.0-rc is available, stay tuned!

Go Developers?

If you downloaded The Go Programming Language, you can simply use this to download Manboster:

shell
go install github.com/manboster/manboster/cmd/manboster@latest

If you are noob, go ahead.

Find and Download Releases

Go to Releases and download binary file suitable for your machine.

The artifact contains different architecture and platform so you may carefully download suitable binary files.

The assets' name is like manboster-{Version}-{channel}-{commit}-{platform}-{architecture}(.exe)

Artifact Name (Platform & Architecture)Architecture & PlatformExamples
darwin-arm64macOS with arm64 chipApple Silicon Macs
darwin-amd64macOS with x86_64 chipIntel Macs
win-amd64windows with x86_64 chipIntel / AMD Desktop/Laptop
win-arm64windows with arm chipQualcomm / MediaTek Desktop/Laptop
linux-arm64linux with arm chipRockChip / AllWinner /...
linux-amd64linux with x86_64 chipIntel / AMD / ...
linux-riscv64linux with riscv64 chip...

NOTE

If you don't know anything and you're using Windows, download win-amd64 type. It will help in most times. If it would't work, download another one.

Check sha256 sum of your downloaded items(optional)

WARNING

This is crucial before running any application downloaded from the Internet, we strongly recommend you to do this before execute any binary!