redoxer

Crates.ioredoxer
lib.rsredoxer
version0.2.54
created_at2019-05-12 16:03:37.209157+00
updated_at2025-07-11 15:26:52.393968+00
descriptionMethod for quickly running programs inside of Redox from a KVM capable OS.
homepage
repositoryhttps://gitlab.redox-os.org/redox-os/redoxer
max_upload_size
id133759
size130,936
Jeremy Soller (jackpot51)

documentation

README

redoxer

The tool used to build/run Rust programs (and C/C++ programs with zero dependencies) inside of a Redox VM, the Redox GitLab CI use a Docker image with redoxer pre-installed.

A pre-built Docker image can be found on Docker Hub

Commands

  • Install the tool
cargo install redoxer
  • Install the Redox toolchain
redoxer toolchain
  • Build the Rust program or library with Redoxer
redoxer build
  • Run the Rust program on Redox
redoxer run
  • Test the Rust program or library with Redoxer
redoxer test
  • Run arbitrary executable (echo hello) with Redoxer
redoxer exec echo hello
Commit count: 0

cargo fmt