#cross-platform #update #launcher #veloren #automatic #voxel #rpg

nightly app airshipper

Provides automatic updates for the voxel RPG Veloren

2 unstable releases

0.11.0 Feb 15, 2024
0.0.0 Dec 7, 2019

#498 in Web programming

Download history 137/week @ 2024-02-12 47/week @ 2024-02-19 20/week @ 2024-02-26 9/week @ 2024-03-04 50/week @ 2024-03-11 59/week @ 2024-03-18 147/week @ 2024-03-25 106/week @ 2024-04-01

364 downloads per month

GPL-3.0 license

1MB
5.5K SLoC

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"

Dependencies

~53–78MB
~1.5M SLoC