{"id":24374575,"url":"https://github.com/basemax/system-updater-cpp","last_synced_at":"2026-05-22T04:04:10.872Z","repository":{"id":272325240,"uuid":"916207127","full_name":"BaseMax/system-updater-cpp","owner":"BaseMax","description":"A simple cross-platform system updater written in C++ that can be used to check and update various system packages and backup critical system files. This tool is designed to work on Linux, macOS, and Windows operating systems.","archived":false,"fork":false,"pushed_at":"2025-01-13T17:29:31.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-07T17:47:08.124Z","etag":null,"topics":["cc","cmake","cpp","system-update","system-updater","system-updates","update-system"],"latest_commit_sha":null,"homepage":"","language":"C++","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/BaseMax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-13T16:51:26.000Z","updated_at":"2025-01-13T17:29:34.000Z","dependencies_parsed_at":"2025-01-13T18:27:27.844Z","dependency_job_id":"1e27b2ff-4e97-4666-9d89-181f1e8e5f6f","html_url":"https://github.com/BaseMax/system-updater-cpp","commit_stats":null,"previous_names":["basemax/system-updater-cpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fsystem-updater-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fsystem-updater-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fsystem-updater-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fsystem-updater-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/system-updater-cpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243213850,"owners_count":20254879,"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":["cc","cmake","cpp","system-update","system-updater","system-updates","update-system"],"created_at":"2025-01-19T05:40:46.987Z","updated_at":"2025-12-28T06:57:11.866Z","avatar_url":"https://github.com/BaseMax.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# System Updater in C++\n\nA simple cross-platform system updater written in C++ that can be used to check and update various system packages and backup critical system files. This tool is designed to work on **Linux**, **macOS**, and **Windows** operating systems.\n\n## Features\n\n- Checks system information.\n- Backs up critical system files.\n- Checks for updates and updates packages for supported Linux distributions.\n- Updates macOS using the built-in `softwareupdate` command.\n- Updates Windows using PowerShell.\n\n## Supported Operating Systems\n\n- **Linux** (Ubuntu, Debian, Mint, CentOS, Fedora, RedHat, Arch, Manjaro, OpenSUSE)\n- **macOS**\n- **Windows**\n\n## Requirements\n\n- A C++20 or higher compatible compiler.\n- CMake (version 3.16 or higher).\n\n## Building the Project\n\n### Using CMake:\n\n1. Clone this repository:\n\n   ```sh\n   git clone https://github.com/BaseMax/system-updater-cpp.git\n   cd system-updater-cpp\n   ```\n\n2. Create a build directory:\n\n  ```sh\n  mkdir build\n  cd build\n  ```\n\n3. Generate the build files with CMake:\n\n```sh\ncmake ..\n```\n\n4. Build the project:\n\n```sh\ncmake --build .\n```\n\n5. After building, the executable SystemUpdater will be available in the build directory.\n\n### Install the Program (optional)\n\nYou can install the program to your system using the following command:\n\n```sh\nsudo cmake --install .\n```\n\nThis will install the program to the appropriate system directories.\n\n## Usage\n\nRun the program:\n\n```sh\n./SystemUpdater\n```\n\nThe program will detect your operating system and offer to check and update your system.\n\nFollow the prompts to:\n\n- Display system information.\n- Backup critical system files.\n- Check and update your system.\n\n- For Linux, it will check for updates using the appropriate package manager for your distribution.\n- For macOS, it uses softwareupdate to install updates.\n- For Windows, it opens the Windows Update settings.\n\n### License\n\nMIT License - see the [LICENSE](LICENSE) file for details.\n\nCopyright 2025 - Kambiz Asadzade \u0026 Max Bae\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fsystem-updater-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fsystem-updater-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fsystem-updater-cpp/lists"}