{"id":34561360,"url":"https://github.com/imf4ll/opio","last_synced_at":"2026-04-20T08:31:15.314Z","repository":{"id":183327929,"uuid":"669161488","full_name":"imf4ll/opio","owner":"imf4ll","description":"AUR helper \u0026 package downgrader","archived":false,"fork":false,"pushed_at":"2023-07-27T04:33:02.000Z","size":4030,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-07-27T05:24:29.666Z","etag":null,"topics":["archlinux","aur","aur-helper","aur-packages","downgrade","package"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/imf4ll.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}},"created_at":"2023-07-21T13:46:38.000Z","updated_at":"2023-07-27T05:24:29.666Z","dependencies_parsed_at":"2023-07-24T01:59:54.557Z","dependency_job_id":"d17da9d0-49de-49ab-bfc6-86d75480464f","html_url":"https://github.com/imf4ll/opio","commit_stats":null,"previous_names":["imf4ll/opio"],"tags_count":2,"template":null,"template_full_name":null,"purl":"pkg:github/imf4ll/opio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imf4ll%2Fopio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imf4ll%2Fopio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imf4ll%2Fopio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imf4ll%2Fopio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imf4ll","download_url":"https://codeload.github.com/imf4ll/opio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imf4ll%2Fopio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32039907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["archlinux","aur","aur-helper","aur-packages","downgrade","package"],"created_at":"2025-12-24T08:55:55.270Z","updated_at":"2026-04-20T08:31:15.305Z","avatar_url":"https://github.com/imf4ll.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://dinopixel.com/preload/0620/minecraft-poppy.png\" width=\"160\" /\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n- [Features](#features) \u003cbr/\u003e\n- [Install](#how-to-install) \u003cbr/\u003e\n- [Arguments](#arguments) \u003cbr/\u003e\n- [Usage](#how-to-use) \u003cbr/\u003e\u003cbr/\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./assets/showcase.gif\" /\u003e\n\u003c/div\u003e\n\n### Features:\n- Pacman's package downgrade\n- AUR Helper with search and choose\n- AUR's package downgrade\n- AUR's package update\n\n\u003cbr/\u003e\n\n### How to install:\n```sh\n$ cargo install --git https://github.com/imf4ll/opio.git\n```\n\nor with autocompletion:\n```sh\n$ git clone https://github.com/imf4ll/opio.git\n\n$ cd opio/\n\n$ make install\n```\n\n\u003cbr/\u003e\n\n### Arguments:\n| Name | Description | Usage |\n|------|-------------|-------|\n| -i, --install | Install first valid package from AUR | PACKAGE |\n| -d, --downgrade | Turns on downgrade mode | PACKAGE |\n| -a, --aur | Prioritize AUR mode | - |\n| -u, --update | Update a package from AUR to latest version | PACKAGE |\n| -s, --search | Search for a package in AUR | PACKAGE |\n| -f, --file-path | Final package download path | PATH |\n| -k, --keep | Keep AUR package after installing | - |\n| --ignore-cache | Ignores packages from cache while downgrading 'pacman' packages | - |\n| --pkgbuild | Shows PKGBUILD before install | - |\n| --status | Check Archive and AUR status | - |\n| --upgrade | Self update 'opio' to latest version | - |\n| --noconfirm | Install package without prompt confirmation | - |\n| -h, --help | Print help | - |\n| -V, --version | Print version | - |\n\n\u003cbr/\u003e\n\n### How to use:\n- Install first valid package from AUR:\n```sh\n$ opio -i alacritty\n```\n\n\u003cbr/\u003e\n\n- Search and choose through AUR:\n```sh\n$ opio -s alacritty\n```\n\n\u003cbr/\u003e\n\n- Update a package from AUR to latest version\n```sh\n$ opio -u brave-bin\n```\n\n\u003cbr/\u003e\n\n- Downgrade 'pacman' package: (REQUIRES ROOT PRIVILEGES)\n```sh\n$ sudo opio -d xsel\n```\n\n\u003cbr/\u003e\n\n- Downgrade 'AUR' package:\n```sh\n$ opio -a -d brave-bin\n```\n\n\u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimf4ll%2Fopio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimf4ll%2Fopio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimf4ll%2Fopio/lists"}