{"id":14974316,"url":"https://github.com/gajjartejas/ohm-client","last_synced_at":"2025-10-27T06:32:17.378Z","repository":{"id":42124198,"uuid":"463888543","full_name":"gajjartejas/OHM-Client","owner":"gajjartejas","description":"An Open hardware monitor android/ios client app made in react native","archived":false,"fork":false,"pushed_at":"2024-08-18T10:00:58.000Z","size":7086,"stargazers_count":25,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-11T10:05:36.890Z","etag":null,"topics":["android","ios","libre-hardware-monitor","librehardwaremonitor","open-source","openhardwaremonitor","opensource","react-native","react-native-app"],"latest_commit_sha":null,"homepage":"https://gajjartejas.me","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gajjartejas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://paypal.me/gajjartejas"}},"created_at":"2022-02-26T15:19:03.000Z","updated_at":"2024-09-23T12:57:34.000Z","dependencies_parsed_at":"2023-11-07T17:44:02.651Z","dependency_job_id":"6dd3c41c-3485-45cb-9898-567232d14233","html_url":"https://github.com/gajjartejas/OHM-Client","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gajjartejas%2FOHM-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gajjartejas%2FOHM-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gajjartejas%2FOHM-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gajjartejas%2FOHM-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gajjartejas","download_url":"https://codeload.github.com/gajjartejas/OHM-Client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219861741,"owners_count":16555987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","ios","libre-hardware-monitor","librehardwaremonitor","open-source","openhardwaremonitor","opensource","react-native","react-native-app"],"created_at":"2024-09-24T13:50:23.109Z","updated_at":"2025-10-27T06:32:16.749Z","avatar_url":"https://github.com/gajjartejas.png","language":"TypeScript","funding_links":["https://paypal.me/gajjartejas"],"categories":[],"sub_categories":[],"readme":"[\u003cimg align=\"right\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/instagram.svg\" width=\"50\" height=\"50\" /\u003e](http://www.instagram.com/gajjartejas)\n[\u003cimg align=\"right\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/twitter.svg\" width=\"50\" height=\"50\" /\u003e](http://www.twitter.com/gajjartejas)\n\n# Introduction\n\n`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.\n\n## Installation\n\nGet the app from Google Play:\n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.tejasgajjar.ohmc\"\u003e\n  \u003cimg alt=\"Android app on Google Play\" src=\"https://developer.android.com/images/brand/en_generic_rgb_wo_60.png\" /\u003e\n\u003c/a\u003e\n\n### Screenshots\n\n|                                                |                                                    |                                          |                                          |                                           |\n|:----------------------------------------------:|:--------------------------------------------------:|:----------------------------------------:|:----------------------------------------:|:-----------------------------------------:|\n| ![Accounts List](docs/images/home-devices-list.png) | ![Transactions List](docs/images/add-device.png) | ![Reports](docs/images/device-info-1.png) | ![Reports](docs/images/device-info-2.png) | ![Reports](docs/images/settings.png)  |\n| ![Accounts List](docs/images/scan-setting.png) | ![Transactions List](docs/images/identities-list.png) | ![Reports](docs/images/update-identity.png) | ![Reports](docs/images/nearby-devices-list.png) | ![Reports](docs/images/appearance-setting.png) |\n\nThe application supports Android 5.0 (API 21) and above.\n\n## Features include:\n\n- Auto scan live open hardware monitor remote/Libre Hardware Monitor web server.\n- Basic authentication support.\n- Add manually/Scan automatically remote web server using IP address and port.\n- Auto refresh system information from the remote web server.\n- Dark theme support.\n- Multi-language support.\n\n## Building\n\u003e  Note: You can't Publish any Source code without permission.\n\n### Basic setup\n\nIf you want to build from source, just do\n\n    git clone https://github.com/gajjartejas/OHM-Client.git\n    cd OHM-Client\n    `npm install` or `yarn`\n    cd ios \u0026\u0026 pod install \u0026\u0026 cd..\n\n### With Android Studio\n\n1. Clone repo `git clone https://github.com/gajjartejas/OHM-Client.git`\n2. In Android Studio select \"Open an existing Android Studio Project\"\n3. Wait for Gradel to sync and then run or build.\n\n### With Xcode\n\n1. Clone repo `git clone https://github.com/gajjartejas/OHM-Client.git`\n2. Navigate to `OHM-Client/ios` and open `OpenHardwareMonClient.xcworkspace` folder.\n3. Run the project.\n\n## Todo\n\n1. List all remote web servers within the network. - Done\n   Share text or PDF via react-native-share, print system info, or HTML download.\n2. Real-time chart.\n3. Take a snapshot of data in the database at a particular time or manually.\n4. Display data over the internet.\n5. Widget support.\n6. Alert based on CPU usage, GPU usage, or device goes offline.\n7. Firebase real-time support with a separate electron app that syncs data with Firebase login and QR code support.\n\n## Contributing\n\nThere are many ways you can contribute to the development.\n\n- Pull requests are always welcome!\n- You must respect conventional commits for your commits and MR title.\n- You can merge only if your CI is green.\n- give priority to squash and merge, and not merge with a merge commit\n- Please visit [CrowdIn](https://crowdin.com/project/openhardwaremonitorclient) to update and create new translations\n\n## License\n\nOHM-Client is licensed under the [MIT License](https://github.com/gajjartejas/OHM-Client/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgajjartejas%2Fohm-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgajjartejas%2Fohm-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgajjartejas%2Fohm-client/lists"}