{"id":18036785,"url":"https://github.com/zyrouge/pho","last_synced_at":"2025-03-27T08:30:46.719Z","repository":{"id":197822350,"uuid":"698119736","full_name":"zyrouge/pho","owner":"zyrouge","description":"The AppImage Manager that Linux always deserved.","archived":false,"fork":false,"pushed_at":"2024-12-02T23:49:34.000Z","size":927,"stargazers_count":50,"open_issues_count":8,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-23T10:51:08.336Z","etag":null,"topics":["appimage","linux","package-manager"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zyrouge.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},"funding":{"github":"zyrouge","patreon":"zyrouge"}},"created_at":"2023-09-29T07:46:13.000Z","updated_at":"2025-03-17T16:30:04.000Z","dependencies_parsed_at":"2024-10-30T12:14:41.985Z","dependency_job_id":"7c79d8e8-dc94-47e8-9cdc-0eeede0b5e69","html_url":"https://github.com/zyrouge/pho","commit_stats":null,"previous_names":["zyrouge/pho"],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyrouge%2Fpho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyrouge%2Fpho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyrouge%2Fpho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyrouge%2Fpho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zyrouge","download_url":"https://codeload.github.com/zyrouge/pho/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245809639,"owners_count":20676025,"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":["appimage","linux","package-manager"],"created_at":"2024-10-30T12:14:16.015Z","updated_at":"2025-03-27T08:30:46.225Z","avatar_url":"https://github.com/zyrouge.png","language":"Go","readme":"# Phở\n\n[![Latest Version](https://img.shields.io/github/v/release/zyrouge/pho?label=latest)](https://github.com/zyrouge/pho/releases/latest)\n[![Build](https://github.com/zyrouge/pho/actions/workflows/build.yml/badge.svg)](https://github.com/zyrouge/pho/actions/workflows/build.yml)\n[![Release](https://github.com/zyrouge/pho/actions/workflows/release.yml/badge.svg)](https://github.com/zyrouge/pho/actions/workflows/release.yml)\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./media/banner.png\"\u003e\n\u003c/div\u003e\n\n## Features\n\n-   Manage AppImages by organizing them in a single folder.\n-   Integrates AppImages seamlessly. (AppImages must follow AppImage Specification to be integrated with desktop.)\n-   Ability to download AppImages from Github Releases and URLs.\n-   Supports updation of AppImages. (AppImages fetched from Github Releases only.)\n-   Configuration files can be manually edit to further customize functionality.\n\n## Installation\n\n### Using Script\n\nRun the below command in terminal. This installs Pho at `~/.local/bin`.\n\n```bash\ncurl -Ls https://raw.githubusercontent.com/zyrouge/pho/main/install.sh | bash\n```\n\nIf you need to install into a custom path, use the below command.\n\n```bash\n# ensure that the directory exists\nmkdir -p /custom/directory\n\ncurl -Ls https://raw.githubusercontent.com/zyrouge/pho/main/install.sh | bash -s /custom/directory\n```\n\n### Manual\n\n1. All releases can be found [here](https://github.com/zyrouge/pho/releases). Choose a valid release.\n2. Binaries are built for 32-bit/64-bit AMD and ARM separately. Download the appropriate one.\n3. Rename the downloaded binary to `pho` and place it in a folder that is available in the `PATH` environmental variable. Typically this would be `~/.local/bin`.\n4. Run `pho init` to setup necessary configuration.\n5. Have fun! 🎉\n\n| Binary name | Platform   |\n| ----------- | ---------- |\n| `pho-386`   | 32-bit AMD |\n| `pho-amd64` | 64-bit AMD |\n| `pho-arm`   | 32-bit ARM |\n| `pho-arm64` | 32-bit ARM |\n\n## Examples\n\n-   `pho init` - Initialize Pho configuration.\n-   `pho install local ./SomeApp.AppImage` - Install and integrate a local AppImage.\n-   `pho install github owner/repo` - Download, install and integrate an AppImage from Github Releases.\n-   `pho update` - Update all installed AppImages.\n-   `pho uninstall some-app` - Uninstall an AppImage.\n\n## Developement\n\n0. Have Install [Go](https://go.dev/) and [Git](https://git-scm.com) installed.\n1. Fork and/or Clone this repository.\n2. Install dependencies using `go get`.\n3. Run the application using `go run main.go`.\n4. Build the application using `./scripts/build.sh`.\n\n## Contributing\n\nAny kind of contribution including creating issues or making pull requests is welcomed. Make sure to keep it pointful. Donations through [GitHub Sponsors](https://github.com/sponsors/zyrouge) or [Patreon](https://patreon.com/zyrouge) are welcomed. It helps me to stay motivated.\n\n## License\n\n[MIT](./LICENSE)\n","funding_links":["https://github.com/sponsors/zyrouge","https://patreon.com/zyrouge"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyrouge%2Fpho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzyrouge%2Fpho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyrouge%2Fpho/lists"}