{"id":15209613,"url":"https://github.com/ali-hossam/raqeb","last_synced_at":"2026-01-06T22:51:17.132Z","repository":{"id":249571126,"uuid":"826829124","full_name":"Ali-Hossam/Raqeb","owner":"Ali-Hossam","description":"A modern Linux system monitoring application using qt6/qml","archived":false,"fork":false,"pushed_at":"2024-07-22T14:49:16.000Z","size":41723,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T13:39:54.510Z","etag":null,"topics":["linux","monitoring-tool","qml","qt6","system-monitoring","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"QML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ali-Hossam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-07-10T13:09:17.000Z","updated_at":"2024-07-22T14:43:49.000Z","dependencies_parsed_at":"2024-09-29T06:16:01.822Z","dependency_job_id":null,"html_url":"https://github.com/Ali-Hossam/Raqeb","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":"0.33333333333333337","last_synced_commit":"bc3b6aba702f4e8294e8af756811547c7db4a229"},"previous_names":["ali-hossam/raqeb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ali-Hossam%2FRaqeb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ali-Hossam%2FRaqeb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ali-Hossam%2FRaqeb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ali-Hossam%2FRaqeb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ali-Hossam","download_url":"https://codeload.github.com/Ali-Hossam/Raqeb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245950399,"owners_count":20699065,"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":["linux","monitoring-tool","qml","qt6","system-monitoring","ubuntu"],"created_at":"2024-09-28T07:41:42.342Z","updated_at":"2026-01-06T22:51:17.095Z","avatar_url":"https://github.com/Ali-Hossam.png","language":"QML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Raqeb - System Monitoring Application\n\nRaqeb is a system monitoring application designed for Ubuntu that monitors CPU and GPU temperatures, usage, and disk and memory usage. It is specifically tailored to work with NVIDIA GPUs and requires the `nvidia-smi` utility for GPU monitoring.\n\n![image](https://github.com/user-attachments/assets/b2363f9c-5dc9-4538-84db-389ad28a7566)\n\n## Features\n\n- Monitor CPU temperatures and usage\n- Monitor GPU temperatures and usage (NVIDIA only)\n- Monitor disk usage\n- Monitor memory usage\n\n## Requirements\n\n- Ubuntu operating system\n- NVIDIA GPU and drivers\n- `nvidia-smi` utility\n\n## Installation\n\n### Setup Branch\n\nTo install a packaged version of Raqeb, follow these steps:\n\n1. **Clone the Repository in HOME dir:**\n\n    ```bash\n    git clone -b setup https://github.com/Ali-Hossam/Raqeb.git\n    cd Raqeb\n    ```\n\n2. **Run the Setup Script:**\n\n    ```bash\n    sh install.sh\n    ```\n\nThis script will copy the necessary files to the appropriate locations and create a desktop entry for Raqeb.\n\n### Source Code Branch\n\nTo work with the source code and build Raqeb from scratch, follow these steps:\n\n1. **Clone the Repository:**\n\n    ```bash\n    git clone -b main https://github.com/Ali-Hossam/Raqeb.git\n    cd raqeb\n    ```\n\n2. **Open the Project in Qt Creator:**\n\n    - Launch Qt Creator.\n    - Open the project by selecting the `raqeb.pro` file.\n    - Configure the build settings as needed.\n    - Build and run the project from within Qt Creator.\n\n## Usage\n\nAfter installation, you can launch Raqeb from the applications menu. Look for the Raqeb icon and click on it to start monitoring your system.\n\n### Running from the Command Line\n\nIf you want to run Raqeb directly from the command line, navigate to the installation directory and execute the main script:\n\n```bash\ncd /path/to/raqeb\nsh Raqeb.sh\n```\n\n## Troubleshooting\n\n### Common Issues\n\n1. **nvidia-smi not found:**\n\n    Ensure that the NVIDIA drivers and `nvidia-smi` utility are installed and accessible from the command line:\n\n    ```bash\n    sudo apt install nvidia-driver-\u003cversion\u003e\n    sudo apt install nvidia-utils-\u003cversion\u003e\n    ```\n\n2. **Application not appearing in the application menu:**\n\n    Ensure the desktop entry was created correctly. You can manually copy the `.desktop` file to the appropriate directory:\n\n    ```bash\n    cp Raqeb.desktop ~/.local/share/applications/\n    ```\n\n## Contributing\n\nContributions are welcome! If you would like to contribute to Raqeb, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bugfix.\n3. Commit your changes.\n4. Push your branch and create a pull request.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali-hossam%2Fraqeb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fali-hossam%2Fraqeb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali-hossam%2Fraqeb/lists"}