AmigaShell
The first package manager for classic AmigaOS.
AI-powered POSIX porting pipeline. Type a command, get a tool.
11 ports 6 on Aminet Classic 68k
Featured Packages

Browse all packages

Getting Started

Install tools on your Amiga in three steps.

Requires a TCP/IP stack: Miami, AmiTCP, or Roadshow.
  1. Download amiget Get amiget.lha from this site. Transfer to your Amiga via network, CF card, or serial. lha x amiget.lha SYS:
  2. Browse packages See what's available: amiget list
  3. Install Pick a tool and install it:
    amiget install grep

No networking? Download individual .lha packages from the Packages page and extract manually.

About amiport

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.

Pipeline
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.

View on GitHub