{"id":44068343,"url":"https://github.com/Jean28518/linux-assistant","last_synced_at":"2026-02-20T01:00:49.330Z","repository":{"id":51059733,"uuid":"519364725","full_name":"Jean28518/linux-assistant","owner":"Jean28518","description":"A daily linux helper with powerful integrated search, routines checks and administrative tasks. The Project is built with flutter and python.","archived":false,"fork":false,"pushed_at":"2025-06-04T09:14:04.000Z","size":4419,"stargazers_count":150,"open_issues_count":57,"forks_count":17,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-09-10T00:29:48.656Z","etag":null,"topics":["cinnamon","debian","gnome","kde","linux","linux-app","linux-desktop","linuxmint","mxlinux","popos","ubuntu","xfce"],"latest_commit_sha":null,"homepage":"https://www.linux-assistant.org","language":"Dart","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/Jean28518.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-29T22:31:56.000Z","updated_at":"2025-09-06T14:39:18.000Z","dependencies_parsed_at":"2023-02-16T21:31:48.322Z","dependency_job_id":"47e7b853-0a9b-4404-9d8c-0d1a815c0933","html_url":"https://github.com/Jean28518/linux-assistant","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/Jean28518/linux-assistant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jean28518%2Flinux-assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jean28518%2Flinux-assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jean28518%2Flinux-assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jean28518%2Flinux-assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jean28518","download_url":"https://codeload.github.com/Jean28518/linux-assistant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jean28518%2Flinux-assistant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cinnamon","debian","gnome","kde","linux","linux-app","linux-desktop","linuxmint","mxlinux","popos","ubuntu","xfce"],"created_at":"2026-02-08T04:00:24.663Z","updated_at":"2026-02-20T01:00:49.324Z","avatar_url":"https://github.com/Jean28518.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"# linux-assistant\n\nA linux application which is a daily linux helper with powerful integrated search, routines checks and admninistrative tasks. The Project is built with flutter and python.\n\n## Requirements\n\n```bash\nsudo apt install keybinder-3.0 \nsudo apt install libkeybinder-3.0-0 libkeybinder-3.0-dev # For debian 11, Ubuntu 22.04, ...\n\nsudo apt install wmctrl\n```\n\n## Build\n\n```bash\n# Install keybinder, see requirements\nsudo rm /etc/apt/preferences.d/nosnap.pref # (For Linux Mint)\nsudo apt install snapd git\nsudo snap install flutter --classic\nflutter doctor # If command not found: Reboot and try again\ngit clone https://github.com/Jean28518/linux-assistant.git\ncd linux-assistant\n\n# Option 1: Build with flutter manually\nflutter build linux\nchmod +x additional/python/run_script.py\ncp -r additional build/linux/x64/release/bundle/\ncd build/linux/x64/release/bundle/\n./linux_assistant\n\n# Option 2: Build .deb and install .deb package:\nbash ./build-deb.sh\nsudo dpkg --install linux-assistant.deb\n\n# Option 3: Build .rpm package:\nbash ./build-rpm.sh\n\n# Option 3: Build Arch package\n# You can only do this on an arch based distro\nbash ./build-arch-pkg.sh\n# To Install:\nsudo pacman -U linux-assistant-*.pkg.tar.zst\n```\n\n## Run as flatpak\n\nRepo: \u003chttps://github.com/Jean28518/flathub/tree/com.github.jean28518.Linux-Assistant\u003e\n\n- Uncomment the archive from the web and use e.g. this local one:\n\n```yaml\n      - type: archive\n        path: /path/to/linux-assistant-bundle.zip\n```\n\n```bash\nflatpak install runtime/org.freedesktop.Sdk/x86_64/23.08\n\nrm -r .flatpak-builder/ # Only if you built something before.\nflatpak-builder build-dir io.github.jean28518.Linux-Assistant.yml  --user --force-clean --install \nflatpak run io.github.jean28518.Linux-Assistant\n```\n\n## Features\n\n\u003chttps://github.com/Jean28518/linux-assistant/blob/main/features.csv\u003e\n\n## Current Languages\n\n- English\n- German\n- Italian\n\n## Mission\n\n\u003chttps://github.com/Jean28518/linux-assistant/blob/main/MANIFEST.md\u003e\n\n## Development\n\n```bash\n# Install flutter\n\nflutter run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJean28518%2Flinux-assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJean28518%2Flinux-assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJean28518%2Flinux-assistant/lists"}