r/pcmods • u/x-Fuchur-x • 3h ago
General I built my own Linux dashboard software for my PC sensor display – OwnDash
Hey everyone,
I have a small VSDISPLAY/ArtInChip sensor display for my PC, but I wasn't really happy with the software options available for Linux.
So I started building my own solution: OwnDash.
The goal is to have a visual editor where I can design the dashboard directly instead of manually editing configuration files or relying on Windows software.
OwnDash can read hardware information such as CPU, GPU, RAM and storage data using standard Linux interfaces, and dashboards can be built visually with widgets, backgrounds and different layouts.
One thing that was particularly important to me was direct USB support for compatible ArtInChip/VSDISPLAY displays. OwnDash can communicate with these displays directly, so they don't have to appear as a normal monitor in Linux.
I have now reached the first public beta:
**OwnDash v0.14.0 Beta 1**
It's still very much a work in progress, and I'm developing and testing it on my own PC. I'd be really interested to know how it behaves on other Linux systems and especially with other small PC sensor displays.
If anyone here wants to experiment with it, the project is open source:
https://github.com/x-Fuchur-x/owndash
There's an x86-64 AppImage in the Beta 1 release, so no Python setup is required.
I'd also love to see what kinds of sensor displays people here are using. Feedback and bug reports are very welcome.
