OHM-Client
is an unofficial open-source open hardware monitor and Libre Hardware Monitor client app for Android and iOS written in react-native. Using this app you can monitor open hardware monitor web server.
Get the app from Google Play:
The application supports Android 5.0 (API 21) and above.
- Auto scan live open hardware monitor remote/Libre Hardware Monitor web server.
- Basic authentication support.
- Add manually/Scan automatically remote web server using IP address and port.
- Auto refresh system information from the remote web server.
- Dark theme support.
- Multi-language support.
If you want to build from source, just do
git clone https://github.com/gajjartejas/OHM-Client.git
cd OHM-Client
`npm install` or `yarn`
cd ios && pod install && cd..
- Clone repo
git clone https://github.com/gajjartejas/OHM-Client.git
- In Android Studio select "Open an existing Android Studio Project"
- Wait for Gradel to sync and then run or build.
- Clone repo
git clone https://github.com/gajjartejas/OHM-Client.git
- Navigate to
OHM-Client/ios
and openOpenHardwareMonClient.xcworkspace
folder. - Run the project.
- List all remote web servers within the network. - Done Share text or PDF via react-native-share, print system info, or HTML download.
- Real-time chart.
- Take a snapshot of data in the database at a particular time or manually.
- Display data over the internet.
- Widget support.
- Alert based on CPU usage, GPU usage, or device goes offline.
- Firebase real-time support with a separate electron app that syncs data with Firebase login and QR code support.
There are many ways you can contribute to the development.
- Pull requests are always welcome!
- You must respect conventional commits for your commits and MR title.
- You can merge only if your CI is green.
- give priority to squash and merge, and not merge with a merge commit
- Please visit CrowdIn to update and create new translations
OHM-Client is licensed under the MIT License.