# Ruxgo
Ruxgo is a companion command-line tool for RuxOS. **To start using Ruxgo**, learn more at [The Ruxgo Book](https://ruxgo.syswonder.org/). ## Installation Ruxgo currently requires at least Rust version 1.75. You can install it with Cargo: ```sh cargo install ruxgo ``` ## Usage Ruxgo supports building self-developed applications to run on linux or windows platforms, and also supports assembling and building Unikernel-based RuxOS and running applications on it. You just need to Write a `config_linux.toml` for linux or `config_win32.toml` for windows in the project directory. The `ruxgo/apps/` directory places all the Toml files that have been tested, you can switch to either directory and follow the instructions to build the application. - If you are developing your own application, you can refer to the template to write a Toml file, then put it in your project directory, and use ruxgo to build and run it. - If you want to build an already supported app on ruxos, you need to copy `config_