amiport — Package Manager for Classic AmigaOS
Install tools on your Amiga in three steps.
-
Download amiget
Get amiget.lha from this site. Transfer to your Amiga via network, CF card, or serial.
lha x amiget.lha SYS: -
Browse packages
See what's available:
amiget list -
Install
Pick a tool and install it:
amiget install grep
No networking? Download individual .lha packages from the Packages page and extract manually.
amiport is an AI-powered pipeline that ports POSIX/Unix tools to the Commodore Amiga. It analyzes C source code, transforms POSIX system calls to AmigaOS equivalents, cross-compiles for 68020+, and tests on a virtual Amiga.
Source code (POSIX/C) | v Analyze ---- scan for portability issues | v Transform -- replace POSIX calls with Amiga equivalents | v Build ------ cross-compile with m68k-amigaos-gcc | v Test ------- verify on virtual AmigaOS (vamos + FS-UAE) | v Package ---- .lha archive, Aminet readme, amiport index
The pipeline uses specialized AI agents for each stage. Source analysis, code transformation, build management, and testing are all automated. Each port produces a working Amiga binary from unmodified upstream source.
Want a Unix tool ported to your Amiga? Tell us what you need.