{"id":50730850,"url":"https://github.com/alternative-intelligence-cp/nitpick-packages-apt","last_synced_at":"2026-06-10T08:31:51.859Z","repository":{"id":346970570,"uuid":"1189757632","full_name":"alternative-intelligence-cp/nitpick-packages-apt","owner":"alternative-intelligence-cp","description":"APT package repository for Aria — Debian/Ubuntu installable .deb packages","archived":false,"fork":false,"pushed_at":"2026-05-17T21:33:55.000Z","size":1950,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-17T23:41:56.495Z","etag":null,"topics":["apt","aria","debian","package-manager"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alternative-intelligence-cp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2026-03-23T16:30:10.000Z","updated_at":"2026-05-17T21:33:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/alternative-intelligence-cp/nitpick-packages-apt","commit_stats":null,"previous_names":["alternative-intelligence-cp/aria-packages-apt","alternative-intelligence-cp/nitpick-packages-apt"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/alternative-intelligence-cp/nitpick-packages-apt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alternative-intelligence-cp%2Fnitpick-packages-apt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alternative-intelligence-cp%2Fnitpick-packages-apt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alternative-intelligence-cp%2Fnitpick-packages-apt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alternative-intelligence-cp%2Fnitpick-packages-apt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alternative-intelligence-cp","download_url":"https://codeload.github.com/alternative-intelligence-cp/nitpick-packages-apt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alternative-intelligence-cp%2Fnitpick-packages-apt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34144679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["apt","aria","debian","package-manager"],"created_at":"2026-06-10T08:31:51.685Z","updated_at":"2026-06-10T08:31:51.838Z","avatar_url":"https://github.com/alternative-intelligence-cp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aria-packages-apt\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/nitpick_logo.png\" alt=\"Nitpick logo: raccoon holding a magnifying glass\" width=\"220\"\u003e\n\u003c/p\u003e\n\n[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n\n\u003e 🚧 **Rebrand in progress:** Aria is becoming **Nitpick**. This APT repository\n\u003e infrastructure still uses Aria package names while the migration is underway.\n\u003e Repository URLs, keyrings, and package names need compatibility planning before\n\u003e any breaking rename.\n\nAPT repository infrastructure for the [Aria programming language](https://github.com/alternative-intelligence-cp/aria).\n\n## Overview\n\nThis repo manages the Debian/Ubuntu APT package repository hosted at `packages.ariax.ai-liberation-platform.org`.\n\n## Packages\n\n| Package | Source Repo | Contents |\n|---------|-----------|----------|\n| `aria` | [aria](https://github.com/alternative-intelligence-cp/aria) | Compiler, LSP, stdlib, aria-pkg, aria-doc |\n| `aria-tools` | [aria-tools](https://github.com/alternative-intelligence-cp/aria-tools) | aria-safety, aria-mcp |\n| `aria-man-pages` | [aria-docs](https://github.com/alternative-intelligence-cp/aria-docs) | Man pages |\n| `aria-packages` | [aria-packages](https://github.com/alternative-intelligence-cp/aria-packages) | Ecosystem packages |\n| `aria-archive-keyring` | This repo | GPG key for APT verification |\n\n## User Setup\n\n```bash\ncurl -fsSL https://packages.ariax.ai-liberation-platform.org/setup-repo.sh | sudo bash\nsudo apt install aria\n```\n\nOr manually:\n```bash\ncurl -fsSL https://packages.ariax.ai-liberation-platform.org/aria-archive-keyring.gpg | \\\n    sudo gpg --dearmor -o /usr/share/keyrings/aria-archive-keyring.gpg\necho \"deb [signed-by=/usr/share/keyrings/aria-archive-keyring.gpg] https://packages.ariax.ai-liberation-platform.org noble main\" | \\\n    sudo tee /etc/apt/sources.list.d/aria.list\nsudo apt update \u0026\u0026 sudo apt install aria\n```\n\n## Maintainer Workflow\n\n```bash\n# Build a .deb\nscripts/build-compiler-deb.sh /path/to/aria\n\n# Add to repo\nscripts/update-repo.sh aria_0.2.2-1_amd64.deb\n\n# Publish to web server\nscripts/publish.sh\n```\n\n## Structure\n\n```\nconf/           - reprepro configuration\nkeys/           - GPG keyring and signing scripts\nscripts/        - Build, update, and publish scripts\n```\n\n## License\n\nAGPL-3.0 — see [LICENSE.md](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falternative-intelligence-cp%2Fnitpick-packages-apt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falternative-intelligence-cp%2Fnitpick-packages-apt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falternative-intelligence-cp%2Fnitpick-packages-apt/lists"}