Oxidroid: A cross-platform TUI system monitor for Termux, Linux, and Windows

โš“ Rust    ๐Ÿ“… 2026-04-30    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 1      

surdeus

Hi everyone!

I wanted to share a project Iโ€™ve been working on called Oxidroid. Itโ€™s a modern Terminal User Interface (TUI) system monitor built entirely in Rust.

Oxidroid

The project originally started as a challenge to bring a high-performance, aesthetically pleasing monitoring experience to Android via Termux, but it has since evolved to fully support Linux and Windows as well.


Why check it out?

  • Runs Everywhere: I set up a custom CI/CD pipeline so it works natively on Android (Termux), Linux, and Windows without any fuss.
  • Built for Speed: Since itโ€™s written in Rust, itโ€™s incredibly light on resources and stays fast even when your system is under load.
  • No Setup Required: You get a single standalone file. No installing libraries or managing dependencies, easy to run.

Repo: https://github.com/Andrew-Velox/Oxidroid

Iโ€™m particularly interested in any feedback regarding my approach to cross-compiling for Android targets. I'm currently using a custom GitHub Actions matrix to manage the different linker requirements, but I'd love to hear how others are handling native Android toolchains in their Rust projects.

Looking forward to your thoughts and any code reviews!

1 post - 1 participant

Read full topic

๐Ÿท๏ธ Rust_feed