Skip to content

librepower/aix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

186 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LibrePower AIX

LibrePower - Unlocking Power Systems through open source. Unmatched RAS and TCO. Minimal footprint 🌍

Open-source tools and packages for AIX/VIOS on IBM Power systems.

Tested on AIX 7.1, 7.2, and 7.3 β€” All packages install without --ignoreos on any supported version. While we use them in production, please report issues via GitLab.

Join the Community

LibrePower is more than AIXβ€”we're building open source support across the entire IBM Power ecosystem: AIX, IBM i, and Linux on Power (ppc64le).

πŸ“¬ Subscribe to our newsletter for releases, technical articles, and community updates.

🌐 librepower.org β€” Beta live now!


Quick Install via DNF Repository

The easiest way to install our packages. One-time setup, then use dnf install like on Linux.

# Add LibrePower repository (one time)
curl -fsSL https://aix.librepower.org/install.sh | sh

# Install packages
dnf install fzf nano etc

πŸ“¦ Repository: aix.librepower.org

Man Pages

AIX doesn't search /opt/freeware/share/man by default. To access man pages for LibrePower packages:

# Add to your ~/.profile or ~/.bashrc
export MANPATH=/opt/freeware/share/man:${MANPATH:-/usr/share/man}

Or install linux-compat which configures this automatically.

System Requirements

AIX Version Status Tested
AIX 7.1 TL5+ Supported 7100-05-09-2148
AIX 7.2 TL4+ Supported 7200-05-10-2520
AIX 7.3 TL2+ Supported 7300-04-00-2546

All packages are built with OS:aix7.1 for maximum compatibility across AIX versions.

AIX 7.1/7.2 Compatibility (NEW)

We've improved compatibility across all AIX versions:

Feature AIX 7.1 AIX 7.2 AIX 7.3
Go packages (fzf, duf, rclone, yq, age, gron, stgtui) βœ… βœ… βœ…
Rust packages (ripgrep, fd, delta, eza, gping, starship) βœ… βœ… βœ…
nano βœ…* βœ…* βœ…
mariadb11 ❌ βœ…* βœ…
php83 ❌ βœ… βœ…
caddy βœ… βœ… βœ…
podman-aix ❌ βœ… βœ…
gridgain + semeru-jdk25 ❓ ❓ βœ…

Legend: βœ… = Works | βœ…* = Requires librepower-compat shim | ❌ = Not compatible

New packages for compatibility:

  • libunwind β€” Enables all Rust packages on AIX 7.1/7.2 (auto-installed as dependency)
  • librepower-compat β€” Provides missing single_locale symbol for nano/mariadb on older AIX
# For nano on AIX 7.1/7.2:
dnf install librepower-compat nano
export LDR_PRELOAD64="/opt/freeware/lib/librepower/libcompat.a(shr_64.o)"
nano file.txt

DNF Installation on AIX 7.1/7.2

AIX 7.3 ships with DNF ready to use. For AIX 7.1 and 7.2, you need to install DNF manually:

  1. Prerequisites (from IBM AIX Toolbox):

    • OpenSSL 3.0+ - Required for secure connections
    • ncurses - Required by rpmlibs32
  2. Install DNF Bundle:

    # Download DNF bundle from IBM
    curl -O https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/ezinstall/ppc/dnf_aixtoolbox.sh
    chmod +x dnf_aixtoolbox.sh
    ./dnf_aixtoolbox.sh
  3. Add LibrePower Repository:

    curl -fsSL https://aix.librepower.org/install.sh | sh

For detailed instructions, see AIX Toolbox DNF documentation.


Available Packages

πŸ” 2FA for AIX Made Simple

Google Authenticator two-factor authentication for AIX/VIOS, done right.

  • βœ… QR codes work (libqrencode included)
  • βœ… Bilingual setup wizards (EN/ES)
  • βœ… NTP verification before setup
  • βœ… Secure defaults
  • βœ… Full rollback and emergency access instructions

πŸ“ Documentation & Downloads


✏️ nano - GNU Text Editor

Simple, friendly editor for everyone

The default editor on many Linux distributions, now on AIX.

  • βœ… Simple, intuitive interface (no modal editing)
  • βœ… Syntax highlighting for 40+ languages (enabled by default!)
  • βœ… UTF-8 support
  • βœ… Auto-indentation enabled
  • βœ… On-screen keyboard shortcuts

πŸ“ Documentation & Downloads


πŸ” fzf - Fuzzy Finder

First? Go-based tool compiled for AIX

The incredibly popular command-line fuzzy finder, now on AIX. Search through anything: files, processes, packages, command history.

  • βœ… Blazing fast (500,000 items in < 1 second)
  • βœ… Zero dependencies (single static binary)
  • βœ… AIX-specific helper scripts (fzf-rpm, fzf-proc, fzf-svc)
  • βœ… Shell integration (Ctrl-R history search, Ctrl-T file picker)
  • βœ… The proof that modern Go tools can run on AIX

πŸ“ Documentation & Downloads


☁️ rclone - Cloud Sync

Rsync for cloud storage - 70+ providers supported

Sync files to and from cloud storage providers like Amazon S3, Google Drive, Dropbox, Azure, and 70+ more. Full-featured cloud management from the command line.

  • βœ… 70+ cloud providers - S3, Google Drive, Dropbox, Azure, Backblaze, etc.
  • βœ… Bidirectional sync - bisync for two-way synchronization
  • βœ… Built-in servers - Serve files via HTTP, WebDAV, FTP, or NFS
  • βœ… Encryption - Client-side encryption with crypt backend
  • βœ… Zero dependencies - Single static binary
  • βœ… serve nfs - Mount alternative for AIX (no FUSE needed)

πŸ“ Documentation & Downloads


🐧 Linux Compatibility

Used to Linux? Feel at home on AIX

A configuration layer for IBM's GNU tools. Makes the excellent IBM AIX Toolbox packages the default in your interactive shell.

What IBM provides: GNU coreutils, grep, sed, awk, find, tar, vim, tmux, jq, and more (via AIX Toolbox)
What we add: Shell configuration, aliases, emulated commands, and systemctl/service wrappers for AIX SRC

  • βœ… Puts IBM's GNU tools first in your interactive PATH
  • βœ… systemctl and service wrappers for familiar service management
  • βœ… Emulates missing commands (watch, pgrep, pkill, free)
  • βœ… Safe by designβ€”only interactive shells affected
  • βœ… Scripts using #!/bin/sh remain untouched

πŸ“ Documentation & Downloads


πŸ” C-Sentinel - Semantic Observability for AIX

AI-assisted system monitoring and anomaly detection

AIX port of C-Sentinel by William. Lightweight system prober that captures "system fingerprints" for AI-assisted analysis. Features advanced PID attribution, baseline learning, and web dashboard.

  • βœ… 95% feature parity with Linux version on AIX 7.1/7.2/7.3
  • βœ… PID attribution for 70+ ports (SSH, PostgreSQL, MySQL, Oracle, DB2, Informix, WebSphere, SAP, etc.)
  • βœ… System monitoring via libperfstat (uptime, load, memory)
  • βœ… Process monitoring - 408+ processes tracked via /proc/psinfo
  • βœ… Network monitoring - TCP/UDP listeners with intelligent PID detection
  • βœ… Config drift detection - SHA256 checksums with baseline comparison
  • βœ… Process chain analysis - Detect suspicious parent-child relationships
  • βœ… Baseline learning - Automatic learning and anomaly detection
  • βœ… Web dashboard - Multi-user authentication, PostgreSQL backend, real-time alerts
  • βœ… RPM package - Easy installation via DNF

πŸ“ Documentation & Downloads


πŸ“‚ lpsof - List Open Files for AIX

Native lsof implementation for AIX sysadmins

Production-ready tool to list open files, track changes, and diagnose system issues. Uses AIX-native APIs (getprocs64, libperfstat) for full TCP/UDP socket information.

  • βœ… Safety limits - Default 100 process limit prevents system overload
  • βœ… Delta tracking - Compare snapshots for incident response
  • βœ… Watch mode - Continuous monitoring with configurable interval
  • βœ… Summary mode - Top processes by open file count
  • βœ… Full socket info - TCP/UDP ports, addresses, connection states
  • βœ… Security hardened - Input validation, no command injection

πŸ“ Documentation & Downloads


🐘 PHP 8.3 - Modern PHP for AIX

The latest PHP LTS release with 53 extensions

Full port of PHP 8.3.16 to AIX 7.3. Modern web development with Fibers, opcache, PHP-FPM, and complete database support. Perfect for WordPress, Drupal, Zabbix frontend.

  • βœ… 53 extensions - bcmath, curl, gd, intl, mbstring, mysqli, pgsql, soap, sodium, zip...
  • βœ… Fibers support - Native ppc64 assembly for coroutines
  • βœ… PHP-FPM - Production-ready process manager
  • βœ… Database ready - MySQL, PostgreSQL, SQLite
  • βœ… Zabbix compatible - All required extensions included
  • βœ… Benchmark - 2.436s (Zend bench.php on POWER9)

πŸ“ Documentation & Downloads


πŸ—„οΈ MariaDB 11.8.5 LTS - Database Server

Enterprise SQL database on POWER architecture

Full port of MariaDB 11.8.5 LTS to AIX 7.3 with native thread pool (pool-of-threads). Up to 83% faster than one-thread-per-connection for concurrent workloads. Built with -O3 -mcpu=power9.

  • βœ… MariaDB 11.8.5 LTS - Latest long-term support release
  • βœ… Thread Pool - Native AIX pollset support (pool-of-threads), up to 83% faster
  • βœ… Optimized - Built with -O3 -mcpu=power9 for POWER9+ systems
  • βœ… QA Validated - 1,000 clients, 30 min sustained, 0 errors
  • βœ… Performance Schema - Working with AIX-specific patches
  • βœ… AIX SRC integration - Managed with startsrc/stopsrc commands
  • βœ… 3 patches - 2 CMake fixes + thread pool, submitted upstream

πŸ“ Documentation & Downloads


🌐 Complete Web Stack for AIX

Run WordPress, Nextcloud, Flarum, Lychee, Kanboard and more on AIX!

Between LibrePower and IBM AIX Toolbox, you now have a complete LAMP/LEMP stack with AI/vector search capabilities:

Component Version Source Install
Apache httpd 2.4.66 IBM AIX Toolbox dnf install httpd
nginx 1.27.4 IBM AIX Toolbox dnf install nginx
PHP 8.3.16 LibrePower dnf install php83 php83-fpm
MariaDB 11.8.5 LibrePower dnf install mariadb11
PostgreSQL 18.0 IBM AIX Toolbox dnf install postgresql18-server
pgvector 0.8.1 IBM AIX Toolbox dnf install postgresql18-pgvector

Quick LAMP setup:

# Add LibrePower repository
curl -fsSL https://aix.librepower.org/install.sh | sh

# Install web stack
dnf install httpd php83 mariadb11

# Start services
startsrc -s httpd
startsrc -s mariadb11

πŸ“ Full Documentation: LAMP/LEMP, PHP-FPM, pgvector for AI/RAG


πŸ“¦ podman-aix - Container Engine

Podman CLI. Native WPARs. POWER9/10/11 ready.

Container engine for AIX that leverages System WPARs β€” AIX native container technology since 2007 β€” with a podman-compatible CLI. Full container lifecycle, image management, built-in registry, and automatic networking.

  • βœ… podman-compatible CLI β€” run, stop, rm, exec, ps, logs, inspect
  • βœ… Image management β€” build, commit, push, pull with built-in registry
  • βœ… Automatic networking β€” IP alias on host interface (.200-.253 range)
  • βœ… Fast cloning β€” Layer-based images via savewpar/restwpar (~48s create)
  • βœ… Multi-container demo β€” Caddy + Go app + MariaDB with blue/green deployment
  • βœ… Zero dependencies β€” Single static binary (Go, CGO_ENABLED=0)

πŸ“ Documentation & Downloads


πŸ‘Ύ DOOM ASCII

Text-based DOOM running in your terminal

Port of doom-ascii to AIX/POWER. Play the classic DOOM game rendered entirely in ASCII or Unicode block characters directly in your terminal.

  • βœ… Big-endian support - Proper byte-swapping for POWER architecture
  • βœ… 64-bit XCOFF binary - Native AIX executable
  • βœ… Unicode block/braille characters - Higher resolution with UTF-8 locale
  • βœ… Multiple scaling options - Adjust resolution to your terminal size
  • βœ… Color support - 256-color terminal rendering

πŸ“ Documentation & Downloads


🎨 delta - Syntax-Highlighting Pager for Git

First Rust application ported to AIX

Port of delta to AIX/POWER. A syntax-highlighting pager for git, diff, and grep output that makes code reviews beautiful.

  • βœ… 188 languages - Syntax highlighting for virtually any language
  • βœ… Git integration - Works with git diff, log, show, blame
  • βœ… Side-by-side view - Compare changes in parallel columns
  • βœ… Word-level diffs - Highlights exactly what changed within lines
  • βœ… 20+ themes - Dracula, Monokai, Nord, Solarized, and more
  • βœ… Compiled with Rust 1.90 - IBM Open SDK for Rust on AIX

πŸ“ Documentation & Downloads


πŸ” age - Modern File Encryption

Simple, secure encryption with no config needed

Port of age to AIX. A simple, modern, and secure file encryption tool with small explicit keys, no config options, and UNIX-style composability.

  • βœ… Simple keys - No complex key management
  • βœ… Passphrase mode - Encrypt with just a password
  • βœ… SSH key support - Use existing SSH keys for encryption
  • βœ… Composable - Works well with pipes and scripts
  • βœ… Zero dependencies - Single static binary

πŸ“ Documentation & Downloads


πŸ’Ύ duf - Disk Usage/Free Utility

A better df alternative with colors and graphs

Port of duf to AIX. Modern disk usage utility with colorful output, sorting, filtering, and JSON support.

  • βœ… Beautiful output - Color-coded tables with usage bars
  • βœ… Smart grouping - Local, network, fuse, special devices
  • βœ… Multiple formats - Table, JSON, CSV output
  • βœ… Filtering - Show only specific filesystem types
  • βœ… Zero dependencies - Single static binary

πŸ“ Documentation & Downloads


πŸ”§ gron - Make JSON Greppable

Transform JSON for easy grep and sed processing

Port of gron to AIX. Transforms JSON into discrete assignments to make it easier to grep and see the absolute path to each value.

  • βœ… Greppable JSON - Find paths to values easily
  • βœ… Reversible - Convert back to JSON with gron -u
  • βœ… Stream processing - Works with pipes and large files
  • βœ… Colorized output - Easy to read paths
  • βœ… Zero dependencies - Single static binary

πŸ“ Documentation & Downloads


πŸ” ripgrep - Blazingly Fast Search

The fastest grep alternative, now on AIX

Port of ripgrep to AIX. A line-oriented search tool that recursively searches directories for a regex pattern. First Rust application compiled for AIX with IBM Open SDK for Rust.

  • βœ… 4x faster than grep - Written in Rust with SIMD optimization
  • βœ… Smart defaults - Respects .gitignore, skips binary files
  • βœ… Beautiful output - Colors, line numbers, context
  • βœ… Full regex - Powerful Rust regex engine
  • βœ… Unicode support - Full UTF-8 handling
  • βœ… Compiled with Rust 1.90 - IBM Open SDK for Rust on AIX

πŸ“ Documentation & Downloads


πŸ’Ύ stgtui - AIX Storage Explorer

Professional TUI for LVM/SAN Management

A LibrePower original tool, created exclusively for AIX. Terminal User Interface for exploring and monitoring AIX storage: Volume Groups, Logical Volumes, Filesystems, Physical Volumes, and LUNs.

  • βœ… 8 interactive views - Dashboard, VGs, Health, LVs, I/O, Mirrors, bidirectional mapping
  • βœ… Health monitoring - Stale PPs, multipath, quorum, errpt disk errors
  • βœ… Unused disk detection - Shows clean vs VGDA remnants
  • βœ… Bidirectional navigation - FS ↔ LV ↔ VG ↔ PV ↔ LUN
  • βœ… Search & Export - Find anything, save reports
  • βœ… vim keys - j/k scroll, g/G navigation
  • βœ… Configurable thresholds - ~/.stgtuirc for custom alerts

πŸ“ Documentation & Downloads


πŸ“ yq - YAML/JSON/XML Processor

Like jq, but for YAML and more

Port of yq to AIX. A lightweight and portable command-line processor for YAML, JSON, XML, CSV, and properties files.

  • βœ… Multi-format - YAML, JSON, XML, CSV, Properties
  • βœ… Convert between formats - YAML to JSON, JSON to YAML, etc.
  • βœ… jq-like syntax - Familiar expression language
  • βœ… In-place editing - Modify files directly
  • βœ… Merge files - Combine multiple YAML/JSON files
  • βœ… Zero dependencies - Single static binary

πŸ“ Documentation & Downloads


πŸ”Ž fd - Fast Find Alternative

A simple, fast and user-friendly alternative to find

Port of fd to AIX. An intuitive alternative to find with colorized output, smart case, and parallel search.

  • βœ… Intuitive syntax - fd pattern instead of find -iname '*pattern*'
  • βœ… Blazing fast - Parallelized directory traversal
  • βœ… Smart case - Case-insensitive by default, smart switch
  • βœ… Colorized output - Easy to read results
  • βœ… Regex support - Full regular expression patterns
  • βœ… Compiled with Rust 1.90 - IBM Open SDK for Rust on AIX

πŸ“ Documentation & Downloads


πŸ“‚ eza - Modern ls Replacement

A modern, maintained replacement for ls

Port of eza to AIX. Beautiful file listings with colors, icons, Git integration, and tree view.

  • βœ… Colors & Icons - Beautiful terminal output (icons require Nerd Font)
  • βœ… Git integration - Shows file status in repositories
  • βœ… Tree view - eza --tree for directory trees
  • βœ… Extended attributes - Shows permissions, sizes, dates
  • βœ… Human-readable sizes - Easy to understand file sizes
  • βœ… Compiled with Rust 1.90 - IBM Open SDK for Rust on AIX

πŸ“ Documentation & Downloads


πŸ“Š gping - Ping with Graph

Ping, but with a real-time graph

Port of gping to AIX. Visualize ping latency in real-time with a beautiful terminal graph.

  • βœ… Real-time graph - See latency trends instantly
  • βœ… Multiple hosts - Ping several hosts simultaneously
  • βœ… Color-coded - Different colors per host
  • βœ… Custom AIX pinger - Native AIX ping integration
  • βœ… TUI interface - Beautiful terminal UI (requires PTY)
  • βœ… Compiled with Rust 1.90 - IBM Open SDK for Rust on AIX

πŸ“ Documentation & Downloads


✨ starship - Cross-Shell Prompt

The minimal, blazing-fast, and infinitely customizable prompt

Port of starship to AIX. A beautiful, fast prompt that works with any shell and shows git status, directory, and more.

  • βœ… Any shell - Works with bash, ksh, zsh
  • βœ… Blazing fast - Written in Rust for speed
  • βœ… Git integration - Branch, status, ahead/behind
  • βœ… Highly customizable - TOML configuration
  • βœ… Battery/time/hostname - All the info you need
  • βœ… Compiled with Rust 1.90 - IBM Open SDK for Rust on AIX

πŸ“ Documentation & Downloads


🌐 Caddy - Modern Web Server

Automatic HTTPS, reverse proxy, and file server

Port of Caddy to AIX. The most popular modern web server with zero-config HTTPS, reverse proxy, load balancing, and static file serving.

  • βœ… Automatic HTTPS β€” Let's Encrypt and ZeroSSL, zero configuration
  • βœ… Reverse proxy β€” Load balancing, health checks, circuit breakers
  • βœ… 5,300+ req/s β€” On par with Linux ppc64le performance
  • βœ… Zero dependencies β€” Single static binary (Go, CGO_ENABLED=0)
  • βœ… All AIX versions β€” Works on AIX 7.1, 7.2, and 7.3
  • βœ… Patched badger β€” syscall.FcntlFlock replaces unix.Flock for AIX

πŸ“ Documentation & Downloads


⚑ GridGain - In-Memory Computing Platform

Distributed caching, SQL, and compute grid on POWER

Port of GridGain Community Edition (based on Apache Ignite) to AIX. In-memory data grid with distributed caching, SQL engine, and compute capabilities. Does NOT touch your system Java.

  • βœ… 5,000+ ops/s β€” In-memory cache on POWER9
  • βœ… SQL engine β€” ANSI SQL queries over in-memory data via SQLLine
  • βœ… REST API β€” HTTP interface for cache operations
  • βœ… Java safe β€” Private JDK (Semeru 25), does NOT modify system Java
  • βœ… One command β€” dnf install gridgain installs everything including JDK
  • βœ… Patched for OpenJ9 β€” Graceful fallback for HotSpot-specific APIs

Tested on AIX 7.3 only. Requires JDK 25 (installed automatically).

πŸ“ Documentation & Downloads


β˜• IBM Semeru JDK 25

Modern JDK for AIX β€” isolated, safe, no conflicts

IBM Semeru Certified Edition JDK 25 (Eclipse OpenJ9) for AIX ppc64. Installed as an additional JDK that does NOT modify your system Java, PATH, or JAVA_HOME.

  • βœ… JDK 25.0.2 β€” Latest LTS with OpenJ9 0.57.0
  • βœ… Safe install β€” Does NOT touch /usr/bin/java or /usr/java8_64
  • βœ… Auto-installed β€” Pulled automatically as gridgain dependency
  • βœ… IBM Certified β€” Official IBM Semeru Runtime Certified Edition

Tested on AIX 7.3 only. Does NOT interfere with existing Java installations.

πŸ“ Documentation & Downloads


πŸ“š libunwind - Stack Unwinding Library

Required dependency for Rust packages on AIX 7.1/7.2

Repackaged from IBM Open XL C++ 17.1.3 Runtime. Provides the stack unwinding library that Rust-compiled binaries require on AIX.

  • βœ… Automatic installation - DNF installs as dependency of Rust packages
  • βœ… Works on all AIX versions - 7.1, 7.2, and 7.3
  • βœ… Original source - IBM Open XL C++ Utilities (freely available)
  • βœ… Enables - ripgrep, fd, delta, eza, gping, starship

πŸ“ Documentation & Downloads


πŸ–₯️ Hercules - IBM Mainframe Emulator

Run S/370, ESA/390, and z/Architecture mainframes on AIX

Port of SDL Hercules Hyperion to AIX. Emulate IBM mainframe hardware and run MVS, VM/370, z/OS, z/VSE, and z/VM on POWER systems.

  • βœ… S/370, ESA/390, z/Architecture - Three architecture modes in one binary
  • βœ… Up to 128 CPUs - Multi-processor emulation
  • βœ… DASD & Tape - Full CKD/FBA DASD and 3420/3480 tape support
  • βœ… 3270 Console - Connect via tn3270 terminal emulator
  • βœ… DASD Utilities - dasdinit, dasdload, dasdcopy, dasdls, and more
  • βœ… Big-endian native - POWER and z/Architecture share byte order

πŸ“ Documentation & Downloads


Contribute

We welcome contributions from the community!

Have you compiled open source software for AIX? Built something useful for Power Systems? Share it here.

What we're looking for

  • πŸ“¦ RPM packages compiled for AIX/VIOS
  • πŸ› οΈ Tools and utilities for Power Systems
  • πŸ“š Documentation and guides
  • πŸ”§ Patches for AIX compatibility

How to contribute

  1. Fork this repository
  2. Add your package:
    your-package/
    β”œβ”€β”€ RPMS/           # Compiled RPMs
    β”œβ”€β”€ SPECS/          # Spec files (for reproducibility)
    β”œβ”€β”€ SOURCES/        # Scripts, patches, configs
    β”œβ”€β”€ README.md       # Documentation
    └── BUILD.md        # Building instructions / DIY
    
    
  3. Submit a Pull Request

Guidelines

  • Include license information
  • Document tested AIX/VIOS versions
  • Provide build instructions when possible
  • Documentation in any language welcome. We maintain English and Spanish; other languages supported if volunteers step up

Ideas welcome too

No code yet? Open an Issue with your ideas, requests, or questions.


Let's build something great for Power Systems together.


Maintained by LibrePower

About

AIX tools and utilities for IBM Power - Mirror of GitLab

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages