Skip to content

veloren/Airshipper

Repository files navigation

Airshipper

GitHub release) License Discord AUR version

A cross-platform Veloren launcher.

Airshipper

Features

  • Update/Download and start nightly.
  • Fancy UI with batteries included.
  • Updates itself on windows.

Download

NOTE: Airshipper cannot be considered stable yet.

Compile from source

git clone https://gitlab.com/veloren/airshipper.git
cd airshipper
cargo run --release

Make sure to have rustup installed to compile rust code and git lfs for assets.

Airshipper-Server

NOTE: Airshipper-Server is not required by end-users.

Compile from source

git clone https://gitlab.com/veloren/airshipper.git
cd airshipper
cargo run --release --bin airshipper-server

On first execution, a template configuration file will be created at config/config.template.ron and the server will exit.

Rename this to config.ron and edit as appropriate before running again.

cargo run --release --bin airshipper-server

For NixOS users

You can install Airshipper with:

  • Flakes enabled Nix: nix profile install github:veloren/Airshipper
  • Flakes disabled Nix: nix-env -i -f "https://github.com/veloren/Airshipper/tarball/master"