#cross-platform #update #launcher #veloren #voxel #automatic #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

#757 in Web programming

Download history 73/week @ 2024-02-09 96/week @ 2024-02-16 29/week @ 2024-02-23 11/week @ 2024-03-01 21/week @ 2024-03-08 68/week @ 2024-03-15 79/week @ 2024-03-22 168/week @ 2024-03-29 62/week @ 2024-04-05 63/week @ 2024-04-12 68/week @ 2024-04-19 64/week @ 2024-04-26 64/week @ 2024-05-03 62/week @ 2024-05-10 38/week @ 2024-05-17

238 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–80MB
~1.5M SLoC