Package Details: oh-my-pi-bin 18.2.1-1

Git Clone URL: https://aur.archlinux.org/oh-my-pi-bin.git (read-only, click to copy)
Package Base: oh-my-pi-bin
Description: A coding agent with the IDE wired in (release binary)
Upstream URL: https://omp.sh/
Licenses: MIT
Conflicts: oh-my-pi
Provides: oh-my-pi
Submitter: bjin
Maintainer: bjin (omp-updater)
Last Packager: omp-updater
Votes: 7
Popularity: 1.86
First Submitted: 2026-03-23 09:35 (UTC)
Last Updated: 2026-09-15 23:40 (UTC)

Dependencies (11)

Required by (1)

Sources (3)

Latest Comments

bjin commented on 2026-09-15 09:04 (UTC)

impulse: This package is now updated by github actions, so it should usually be updated within 30 minutes after a new upstream stable release is published.

If it's about PKGBUILD modifications, could you specifically tell which part you would like to work on? Posting patch here is welcome.

impulse commented on 2026-09-15 03:24 (UTC)

Can i be a maintainer? i use this software often so i should be able to keep it up-to-date

bjin commented on 2026-08-11 12:46 (UTC)

bhyoo: added aarch64 support

bhyoo commented on 2026-08-03 00:32 (UTC)

Please support aarch64

pati commented on 2026-07-01 10:05 (UTC)

Prior to my package being published, oh-my-pi-bin was manually updated by its previous maintainer and lacked automated upstream checks. This new package automatically monitors the upstream repository, scans all release versions via snyk.io, and deploys them to the AUR accordingly.

Crandel commented on 2026-06-30 09:35 (UTC)

What is the difference between this package and oh-my-pi-bin?

bjin commented on 2026-06-15 08:39 (UTC)

This package is now tracking upstream releases automatically with GitHub Actions.

bjin commented on 2026-06-11 15:04 (UTC)

Is having update.py and .gitignore intentional?

Yes, having update.py and .gitignore is intentional. I currently updates this package via update.py manually, and having these files tracked is handy. Other user could also run ./update.py to update to latest release if it's out of date.

Also what about the fixes in oh-my-pi package?

This package uses release assets from upstream, so patches cannot be applied. It's possibly to extract the embedded pi_native files and have them managed by pacman as well (instead of leaving them in ~/.omp/natives), do you mean this change?

NoelJacob commented on 2026-06-10 17:55 (UTC)

Is having update.py and .gitignore intentional? Also what about the fixes in oh-my-pi package?