{"id":47425333,"url":"https://github.com/garuda-linux/toolbox","last_synced_at":"2026-04-05T04:01:14.577Z","repository":{"id":280435682,"uuid":"941660703","full_name":"garuda-linux/toolbox","owner":"garuda-linux","description":"Replacement for a handful of Garuda applications. Currently implements Welcome, Assistant and Gamer (mirrored from GitLab)","archived":false,"fork":false,"pushed_at":"2026-04-01T04:15:27.000Z","size":11695,"stargazers_count":4,"open_issues_count":7,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-01T06:56:54.816Z","etag":null,"topics":["angular","electron","garuda-linux"],"latest_commit_sha":null,"homepage":"https://garudalinux.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/garuda-linux.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"liberapay":"garudalinux","open_collective":"garudalinux"}},"created_at":"2025-03-02T20:00:51.000Z","updated_at":"2026-03-31T18:17:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"aedc0cc7-1658-4826-a999-ac740c93a8f8","html_url":"https://github.com/garuda-linux/toolbox","commit_stats":null,"previous_names":["garuda-linux/rani","garuda-linux/toolbox"],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/garuda-linux/toolbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garuda-linux%2Ftoolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garuda-linux%2Ftoolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garuda-linux%2Ftoolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garuda-linux%2Ftoolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garuda-linux","download_url":"https://codeload.github.com/garuda-linux/toolbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garuda-linux%2Ftoolbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31423887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T02:22:46.605Z","status":"ssl_error","status_checked_at":"2026-04-05T02:22:33.263Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["angular","electron","garuda-linux"],"created_at":"2026-03-21T23:00:37.278Z","updated_at":"2026-04-05T04:01:14.572Z","avatar_url":"https://github.com/garuda-linux.png","language":"TypeScript","readme":"# Garuda Linux's Toolbox\n\n[![pipeline status](https://gitlab.com/garuda-linux/applications/toolbox/badges/main/pipeline.svg)](https://gitlab.com/garuda-linux/applications/toolbox/-/pipelines)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n[![Latest Release](https://gitlab.com/garuda-linux/applications/toolbox/-/badges/release.svg)](https://gitlab.com/garuda-linux/applications/toolbox/-/releases)\n\n## Dependencies\n\n- `pacman-contrib`: Required for the `checkupdates` command and some other functionalities.\n- `garuda-libs`: Required for functionality like opening a terminal based on desktop environment.\n- `garuda-update`: Used for updating the system.\n- `paru`: Required for the AUR functionalities.\n- `electron36` and all of its deps (version might change, check `package.json`)\n\n## Found any issue?\n\n- If any packaging issues occur, don't hesitate to report them via our issues section of our PKGBUILD repo. You can\n  click [here](https://gitlab.com/garuda-linux/pkgbuilds/-/issues/new) to create a new one.\n- If issues concerning the configurations and settings occur, please open a new issue on this repository.\n  Click [here](https://gitlab.com/garuda-linux/applications/toolbox/-/issues/new) to start the process.\n\n## How to contribute?\n\nWe highly appreciate contributions of any sort! 😊 To do so, please follow these steps:\n\n- [Create a fork of this repository](https://gitlab.com/garuda-linux/applications/toolbox/-/forks/new).\n- Clone your fork locally ([short git tutorial](https://rogerdudler.github.io/git-guide/)).\n- Add the desired changes to PKGBUILDs or source code.\n- Commit using a [conventional commit message](https://www.conventionalcommits.org/en/v1.0.0/#summary) and push any\n  changes back to your fork. This is crucial as it allows our CI to generate changelogs easily.\n  - The [commitizen](https://github.com/commitizen-tools/commitizen) application helps with creating a fitting commit\n    message.\n  - You can install it via [pip](https://pip.pypa.io/) as there is currently no package in Arch repos:\n    `pip install --user -U Commitizen`.\n  - Then proceed by running `cz commit` in the cloned folder.\n- [Create a new merge request at our main repository](https://gitlab.com/garuda-linux/applications/toolbox/-/merge_requests/new).\n- Check if any of the pipeline runs fail and apply eventual suggestions.\n\nWe will then review the changes and eventually merge them.\n\n## Development setup\n\nTo set up a development environment, all that is needed is Node.js and Chromium dependencies.\nThe installation of Chromium or system-wide Electron is the easiest way to get started.\n\n### NixOS\n\nFor NixOS, the best thing to do is putting all the libraries appimage-run provides into nix-ld.\nOtherwise, `electron` from node_modules won't be able to start. Everything else is just super tedious.\nIt is recommended to develop inside of a Archlinux Distrobox instance, so all the required commands are available.\n\n## Where is the PKGBUILD?\n\nThe PKGBUILD can be found in our [PKGBUILDs](https://gitlab.com/garuda-linux/pkgbuilds) repository. Accordingly,\npackaging changes need to be happening over there.\n\n## How to deploy a new version?\n\nTo deploy a new version, pushing a new tag is sufficient. The deployment will happen automatically via\nthe [PKGBUILDs repo's pipelines](https://gitlab.com/garuda-linux/pkgbuilds/-/pipelines), which check half-hourly for the\nexistance of a more recent tag.\n","funding_links":["https://liberapay.com/garudalinux","https://opencollective.com/garudalinux"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaruda-linux%2Ftoolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaruda-linux%2Ftoolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaruda-linux%2Ftoolbox/lists"}