{"id":20610867,"url":"https://github.com/vmavromatis/absolutely-proprietary","last_synced_at":"2025-04-13T09:51:13.082Z","repository":{"id":27604701,"uuid":"114575331","full_name":"vmavromatis/absolutely-proprietary","owner":"vmavromatis","description":"Proprietary package detector for arch-based distros. Compares your installed packages against Parabola's package blacklist and then prints your Stallman Freedom Index (free/total).","archived":false,"fork":false,"pushed_at":"2022-05-27T13:56:14.000Z","size":258,"stargazers_count":276,"open_issues_count":13,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-27T01:12:23.279Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/vmavromatis.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}},"created_at":"2017-12-17T23:05:29.000Z","updated_at":"2025-01-27T21:47:26.000Z","dependencies_parsed_at":"2022-08-29T13:00:47.651Z","dependency_job_id":null,"html_url":"https://github.com/vmavromatis/absolutely-proprietary","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmavromatis%2Fabsolutely-proprietary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmavromatis%2Fabsolutely-proprietary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmavromatis%2Fabsolutely-proprietary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmavromatis%2Fabsolutely-proprietary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmavromatis","download_url":"https://codeload.github.com/vmavromatis/absolutely-proprietary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248695300,"owners_count":21146952,"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":[],"created_at":"2024-11-16T10:18:09.198Z","updated_at":"2025-04-13T09:51:13.064Z","avatar_url":"https://github.com/vmavromatis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Absolutely Proprietary\nProprietary package detector for arch-based distros. Compares your installed packages against Parabola's package [blacklist](https://git.parabola.nu/blacklist.git/plain/blacklist.txt) and [aur-blacklist](https://git.parabola.nu/blacklist.git/plain/aur-blacklist.txt) and then prints your Stallman Freedom Index (free/total).\n\n*Update - I thought it's better to remove all the ascii stuff so there are no external libs. Thanks for the PRs!*\n\n# AUR package\nhttps://aur.archlinux.org/packages/absolutely-proprietary/\n\n# Install\n`git clone https://github.com/vmavromatis/absolutely-proprietary.git`\n`cd absolutely-proprietary`\n# Update\n`cd absolutely-proprietary`\n`git pull https://github.com/vmavromatis/absolutely-proprietary.git`\n# Run\n`python absolutely_proprietary/__init__.py [arguments]`\n\nExplanation of terms:\n- *nonfree*: This package is blatantly nonfree software.\n- *semifree*: This package is mostly free, but contains some nonfree software.\n- *uses-nonfree*: This package depends on, recommends, or otherwise inappropriately integrates with other nonfree software or services.\n\n# Output\n```\nRetrieving local packages (including AUR)...\nDownloading https://git.parabola.nu/blacklist.git/plain/blacklist.txt\nDownloading https://git.parabola.nu/blacklist.git/plain/aur-blacklist.txt\nComparing local packages to remote...\n=============================================\n39 ABSOLUTELY PROPRIETARY PACKAGES INSTALLED\n=============================================\n\nYour GNU/Linux is infected with 39 proprietary packages out of 1091 total installed.\nYour Stallman Freedom Index is 96.43\n\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| Name                     | Status       | Description                                                                               | Libre Alternatives            |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| archlinux-appstream-data | uses-nonfree | [FIXME:package] promotes nonfree packages and Arch repositories                           |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| b43-fwcutter             | uses-nonfree | only useful to install nonfree software                                                   | b43-tools,fsf,b43-fwcutter    |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| cdrtools                 | semifree     | Apple's license binding with no clarification (apple_driver utility is nonfree)           | cdrkit                        |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| chromium                 | uses-nonfree | [technical][FIXME:package] (1) links to proprietary plugins (2) probably not entirely     |                               |\n|                          |              | built from sources                                                                        |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| cpupower                 | semifree     | (linux-tools) Build from the Linux-libre kernel                                           | linux-libre-tools-cpupower    |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| cups-filters             | uses-nonfree | recommends foomatic-db-nonfree                                                            | cups-filters                  |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| electron                 | semifree     | [FIXME:package] contains embedded Chromium, recommends nonfree modules                    |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| faac                     | nonfree      | [FIXME:description] is a GPL'ed package, but has non free code that can't be distributed  |                               |\n|                          |              | under the GPL                                                                             |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| file-roller              | uses-nonfree | recommends nonfree unrar and unace installation                                           | file-roller                   |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| firefox                  | uses-nonfree | Has trademark issues, recommends nonfree software and by default has non-privacy search   |                               |\n|                          |              | engines                                                                                   |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| flashplugin              | nonfree      | nonfree, nondistributable, built from binary installers, etc                              |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| gst-plugins-bad          | uses-nonfree | depends on nonfree package faac                                                           | gst-plugins-bad               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| hexchat                  | uses-nonfree | Hard-codes the firefox command in some menus                                              | hexchat                       |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| hplip                    | uses-nonfree | recommends binary blobs                                                                   | hplip                         |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| intel-ucode              | nonfree      | no modification, use restrictions                                                         |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| ipw2100-fw               | nonfree      |                                                                                           |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| ipw2200-fw               | nonfree      |                                                                                           |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| lib32-mesa-demos         | semifree     | The 'pointblast' and 'spriteblast' demos are nonfree                                      | lib32-mesa-demos              |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| lib32-nvidia-utils       | nonfree      | nonfree, nondistributable, built from binary installers, etc                              |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| licenses                 | use-nonfree  | Remove non-free CC -NC and -ND licenses (also add WTFPL)                                  | licenses                      |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| linux-api-headers        | semifree     | has source containing and recommending nonfree software, [[issue444]]                     | linux-libre-api-headers       |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| linux-firmware           | semifree     | nonfree blobs and firmwares                                                               | linux-libre-firmware,fsf,     |\n|                          |              |                                                                                           | linux-firmware                |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| mc                       | uses-nonfree | recommends nonfree unace, unrar and unarj optional installation                           | mc                            |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| mesa                     | uses-nonfree | (mesa) Recommends nonfree software in /etc/drirc                                          | mesa                          |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| mesa-demos               | semifree     | The 'pointblast' and 'spriteblast' demos are nonfree                                      | mesa-demos,fsf,mesademos      |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| nvidia-utils             | nonfree      | nonfree, nondistributable, built from binary installers, etc                              |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| p7zip                    | semifree     | contains nonfree unrar                                                                    | p7zip                         |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| pepper-flash             | nonfree      | proprietary Adobe Computer Software License Agreement, missing sources                    |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| phpstorm                 | nonfree      |                                                                                           |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| pyqt5-common             | uses-nonfree | depends on nonfree qt5-webengine                                                          | pyqt5-common                  |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| python-pyqt5             | uses-nonfree | depends on nonfree qt5-webengine                                                          | python-pyqt5                  |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| sdl                      | semifree     | contains a source file that doesn't mention modification                                  | sdl                           |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| teamviewer               | nonfree      |                                                                                           |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| unace                    | nonfree      | license forbids making competing ACE archivers from unace                                 |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| unrar                    | nonfree      |                                                                                           | unar,fsf,unrar                |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| unzip                    | semifree     | contains a source file that doesn't mention modification                                  | unzip                         |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| visual-studio-code       | nonfree      |                                                                                           |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| winetricks               | uses-nonfree | recommends and installs nonfree software                                                  | winetricks-libre,parabola,366 |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n| zd1211-firmware          | uses-nonfree | it's free, but drivers are propietary and it's not included in linux-libre                |                               |\n+--------------------------+--------------+-------------------------------------------------------------------------------------------+-------------------------------+\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmavromatis%2Fabsolutely-proprietary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmavromatis%2Fabsolutely-proprietary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmavromatis%2Fabsolutely-proprietary/lists"}