Skip to content

Universal RunImage and AppImage runtime with SquashFS and DwarFS supports

License

Notifications You must be signed in to change notification settings

VHSgunzo/uruntime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URUNTIME

Universal RunImage and AppImage runtime with SquashFS and DwarFS supports

To get started:

  • Download the latest revision
git clone https://github.com/VHSgunzo/uruntime.git && cd uruntime
  • Compile a binary
rustup default nightly
rustup target add x86_64-unknown-linux-musl
rustup component add rust-src --toolchain nightly

cargo xtask
# Tasks:
#     x86_64                     build x86_64 RunImage and AppImage uruntime
#     runimage-x86_64            build x86_64 RunImage uruntime
#     runimage-squashfs-x86_64   build x86_64 RunImage uruntime (SquashFS only)
#     runimage-dwarfs-x86_64     build x86_64 RunImage uruntime (DwarFS only)
#     appimage-x86_64            build x86_64 AppImage uruntime
#     appimage-squashfs-x86_64   build x86_64 AppImage uruntime (SquashFS only)
#     appimage-dwarfs-x86_64     build x86_64 AppImage uruntime (DwarFS only)
#
#     aarch64                     build aarch64 RunImage and AppImage uruntime
#     runimage-aarch64            build aarch64 RunImage uruntime
#     runimage-squashfs-aarch64   build aarch64 RunImage uruntime (SquashFS only)
#     runimage-dwarfs-aarch64     build aarch64 RunImage uruntime (DwarFS only)
#     appimage-aarch64            build aarch64 AppImage uruntime
#     appimage-squashfs-aarch64   build aarch64 AppImage uruntime (SquashFS only)
#     appimage-dwarfs-aarch64     build aarch64 AppImage uruntime (DwarFS only)
# 
#     all                         build all of the above

# for RunImage x86_64
cargo xtask runimage-x86_64

# for AppImage x86_64
cargo xtask appimage-x86_64

See Build step in ci.yml

  • Or take an already precompiled from the releases

About

Universal RunImage and AppImage runtime with SquashFS and DwarFS supports

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages