Bundles

Self-contained application bundles that work out of the box on IRIX. Each bundle includes all required libraries and creates simple trampolines in a shared /opt/mogrix-apps/bin/ directory.

Available Bundles

Browse All Bundles

nano

Text editor

v7.2-6
Download

weechat

IRC client

v4.1.0-1
Download

st

Simple terminal

v0.9.2-1
Download

aterm

Afterstep terminal

v1.0.1-1
Download

bitlbee

IRC gateway to IM networks

v3.6-1
Download

groff

GNU troff document formatting

v1.23.0-1
Download

openssh

Secure shell client/server

v9.6p1-1
Download

Installation

1. Extract the bundle

tar xzf nano-7.2-6-irix-bundle.tar.gz -C /opt/mogrix-apps/

2. Run the install script

cd /opt/mogrix-apps/nano-7.2-6-irix-bundle
./install

This creates a trampoline script in /opt/mogrix-apps/bin/ that sets up the correct library paths.

3. Add to your PATH

PATH=/opt/mogrix-apps/bin:$PATH; export PATH

Add this to your .profile or .cshrc for persistence.

4. Run the application

nano

Bundle Structure

/opt/mogrix-apps/
  bin/                          # Shared trampoline scripts (add to PATH)
    nano                        # Trampoline → ../nano-7.2-6-irix-bundle/
  nano-7.2-6-irix-bundle/
    _bin/                       # Actual binaries with wrapper scripts
    _lib32/                     # Required shared libraries (pruned)
    share/                      # Data files (terminfo, etc.)
    install                     # Creates trampoline in ../bin/
    uninstall                   # Removes trampoline

Uninstalling

cd /opt/mogrix-apps/nano-7.2-6-irix-bundle
./uninstall
cd ..
rm -rf nano-7.2-6-irix-bundle