{"id":21887105,"url":"https://github.com/boredsquirrel/kde-sysinfo-cli","last_synced_at":"2026-04-15T18:02:00.237Z","repository":{"id":163067888,"uuid":"637946628","full_name":"boredsquirrel/KDE-sysinfo-CLI","owner":"boredsquirrel","description":"A CLI tool to display the KDE troubleshooting information and info about a specified app in the terminal","archived":false,"fork":false,"pushed_at":"2024-04-23T12:28:04.000Z","size":51,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-18T08:35:48.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/boredsquirrel.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}},"created_at":"2023-05-08T18:50:29.000Z","updated_at":"2024-04-23T12:28:08.000Z","dependencies_parsed_at":"2024-02-25T02:30:40.387Z","dependency_job_id":"a540eacf-0ebc-4150-99c2-f899d6488162","html_url":"https://github.com/boredsquirrel/KDE-sysinfo-CLI","commit_stats":null,"previous_names":["boredsquirrel/kde-sysinfo-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boredsquirrel/KDE-sysinfo-CLI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boredsquirrel%2FKDE-sysinfo-CLI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boredsquirrel%2FKDE-sysinfo-CLI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boredsquirrel%2FKDE-sysinfo-CLI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boredsquirrel%2FKDE-sysinfo-CLI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boredsquirrel","download_url":"https://codeload.github.com/boredsquirrel/KDE-sysinfo-CLI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boredsquirrel%2FKDE-sysinfo-CLI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31853279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":[],"created_at":"2024-11-28T11:08:27.577Z","updated_at":"2026-04-15T18:02:00.220Z","avatar_url":"https://github.com/boredsquirrel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terminal KDE system information\nA CLI tool to display KDE troubleshooting information in the terminal\n\n- Nice visual output without, faster than Systemsettings\n- No sudo permissions required (no `dmidecode`)\n- Clipboard copying on Wayland and X11 (`xl-copy`, `xsel` or `xclip`)\n- Basic dependencies, works on Fedora Kinoite out-of-the-box (no `inxi`, `neofetch`, `fastfetch`,...)\n- Add a Packagename to display its version too (if an app causes Trouble)\n  - supports `DPKG` (Ubuntu, Debian, Linux Mint, PopOS)\n  - `RPM` (Fedora, OpenSuse, RockyLinux, CentOS, RHEL)\n  - `Pacman` (Arch), `Pamac` (Manjaro), `Yay` (AUR)\n  - `Emerge` (Gentoo)\n  - `Flatpak` (Online only currently)\n  - `Snap` (yes I did it)\n  - `APK` (Alpine)\n  - `Nix` (NixOS)\n\n\n### Example output:\n```\n/v/h/user ❯❯❯ sysinfo -h\n\n--- System-Info ---\n\nDisplay KDE Plasma System Information from the Terminal.\n\nAdd an Application-name to add its information.\nExample:\nsysinfo konsole\n\nClipboard copying on Wayland and X11 supported.\n\nUse -h to show this help\n\n--------------------\n/v/h/user ❯❯❯ sysinfo konsole\n\nSpecified App:\nkonsole5-part-22.12.3-1.fc38.x86_64\nkonsole5-22.12.3-1.fc38.x86_64\n\n--- Software ---  \nOS: Fedora Linux 38.20230508.0 (Kinoite) \nKDE Plasma: 5.27.4 \nKDE Frameworks: 5.105.0 \nQt: 5.15.9 \nKernel: 6.2.14-300.fc38.x86_64 \nCompositor: Wayland \n \n--- Hardware --- \nCPU: AMD Ryzen 5 PRO 3500U w/ Radeon Vega Mobile Gfx \nRAM: 13.5 GB \nGPU: AMD Radeon Vega 8 Graphics\nVideo memory: 2048MB \n \nCopy to clipboard? (y/n) y\n\n🗒 Copied to clipboard!\n```\n\n## Install:\n```\nwget https://raw.githubusercontent.com/trytomakeyouprivate/KDE-sysinfo-CLI/main/sysinfo -P ~/.bin \u0026\u0026 chmod +x ~/.bin/sysinfo \u0026\u0026 /usr/bin/bash ~/.bin/sysinfo\n```\n\n### To-Do\n- fixing Flatpak output\n- offline Flatpak app infos\n  - complex problem, needs exact appID, something like\n  - `flatpak search $1 | awk 'NR==2 {print $3}' | xargs flatpak info`\n  - `flatpak info $(flatpak search $1 | sed -n '2s/[^\\t]*\\t[^\\t]*\\t//p')`\n- more efficient package manager usage (detection, configfile/ self-modification)\n- `-v` Verbose version with more output (but maybe inxi is better here)\n  - CPU: used drivers\n  - RAM: usable, swap\n  - GPU: OpenGL, Vulkan, drivers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboredsquirrel%2Fkde-sysinfo-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboredsquirrel%2Fkde-sysinfo-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboredsquirrel%2Fkde-sysinfo-cli/lists"}