{"id":13508468,"url":"https://github.com/lpereira/hardinfo","last_synced_at":"2025-04-08T19:21:08.991Z","repository":{"id":409513,"uuid":"28606","full_name":"lpereira/hardinfo","owner":"lpereira","description":"System profiler and benchmark tool for Linux systems","archived":false,"fork":false,"pushed_at":"2025-03-24T20:30:06.000Z","size":30936,"stargazers_count":779,"open_issues_count":152,"forks_count":131,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-04-01T18:19:51.122Z","etag":null,"topics":["c","linux","profiler","system-information"],"latest_commit_sha":null,"homepage":"http://hardinfo.org","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lpereira.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2008-06-25T15:46:06.000Z","updated_at":"2025-03-27T13:19:09.000Z","dependencies_parsed_at":"2023-10-14T19:28:16.325Z","dependency_job_id":"cd179352-ffa5-4bad-a2a3-a9e8057f9615","html_url":"https://github.com/lpereira/hardinfo","commit_stats":{"total_commits":1726,"total_committers":55,"mean_commits":"31.381818181818183","dds":0.5625724217844728,"last_synced_commit":"2834bf97172427d0313cdb14c594e932b9a9e011"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpereira%2Fhardinfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpereira%2Fhardinfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpereira%2Fhardinfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpereira%2Fhardinfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpereira","download_url":"https://codeload.github.com/lpereira/hardinfo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247909203,"owners_count":21016479,"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":["c","linux","profiler","system-information"],"created_at":"2024-08-01T02:00:53.422Z","updated_at":"2025-04-08T19:21:08.957Z","avatar_url":"https://github.com/lpereira.png","language":"C","funding_links":[],"categories":["C","Uncategorized","Linux","c"],"sub_categories":["Uncategorized","Performance"],"readme":"\u003e [!WARNING]\n\u003e\n\u003e This repository is being *decomissioned* and will remain as a personal archive of HardInfo source code.  The development continues in the [@hardinfo2/hardinfo2](https://github.com/hardinfo2/hardinfo2) repository.  This branch will soon become a mirror of the ``main`` branch from the ``hardinfo2`` repository.\n\n\nHARDINFO\n========\n\nHardInfo is a system profiler and benchmark for Linux systems. It is able to\nobtain information from both hardware and basic software, and organize it\nin a simple to use GUI.\n\nFeatures include:\n- Report generation (in either HTML or plain text)\n- Benchmark result synchronization\n- Ability to explore the information on remote computers\n\nStatus\n------\n\nCapabilities: HardInfo currently detects most software and hardware detected by the OS.\nFeatures: The remote sync was disabled due to server loss.\nDevelopment: Currently done by contributors, a new dedicated maintainer is needed.\n\nServer code can be found in the \"server\" branch: https://github.com/lpereira/hardinfo/tree/server\n\nDEPENDENCIES\n------------\n\nRequired:\n- GTK+ 2.10 (or newer)\n- GLib 2.10 (or newer)\n- Zlib (for zlib benchmark)\n\nOptional (for synchronization/remote):\n- Libsoup 2.24 (or newer)\n\nBUILDING\n--------\n\nCreate a build directory and build from there:\n\n``` bash\n\thardinfo $ mkdir build\n\thardinfo $ cd build\n\tbuild $ cmake ..\n\tbuild $ make\n```\n\nThere are some variables that can be changed:\n\n * `CMAKE_BUILD_TYPE`: Can either be ``Release`` or ``Debug``.\n   * `[Default: Release]` ``Debug`` prints messages to console and is not recommended for general use.\n * `CMAKE_INSTALL_PREFIX`: Sets the installation prefix.\n   * `[Default: /usr/local]`: Distributions usually change this to `/usr`.\n * `HARDINFO_NOSYNC`: Disables network synchronization.\n   * `[Default: 1]`: Disabled by default due to the server being lost.\n\nTo set a variable, use cmake's -D parameter. For example:\n\n`\tbuild $ cmake .. -DCMAKE_BUILD_TYPE=Debug `\n\nNetwork sync is enabled if libsoup is detected. If having trouble building with libsoup, disable it with:\n\n`\tbuild $ cmake -DHARDINFO_NOSYNC=1`\n\nSETTING UP\n----------\n\nMost hardware is detected automatically by HardInfo, however, some hardware \nneeds manual set up. They are:\n\n### Sensors\n\n**lm-sensors**: If your computer is compatible with lm-sensors module, use by example the\n`sensors-detect` program included with the lm-sensors package of Debian based distros, and be sure\nto have the detected kernel modules loaded.\n\n**hddtemp**: To obtain the hard disk drive temperature, be sure to run hddtemp\nin daemon mode, using the default port.\n\n### Memory Speed\n\nThe module `eeprom` must be loaded to display info about your currently installed memory.\nLoad with `modprobe eeprom` and refresh the module screen.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpereira%2Fhardinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpereira%2Fhardinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpereira%2Fhardinfo/lists"}