v0.0.4 — Latest Release

iLibrary

// IBM i Desktop Companion

Eliminate command-line friction and manage IBM i tasks with greater speed and efficiency. Bridge the gap between the green screen and your modern desktop.

↓  Download v0.0.4 ⌥  View Source
iLibrary v0.0.4 IBM i © legnerbeer iLibrary App Screenshot
1-click SAVF Download
3 Platforms
AGPL Open Source
Python Built With
// capabilities

What iLibrary Does

Whether managing legacy systems or modernising your workflow, iLibrary handles essential IBM i tasks without touching a terminal.

Quick SAVF Creation

Generate Savefiles directly from the UI without typing a single command. Instant, repeatable, reliable.

Direct Download

One-click transfer of Savefiles from the IBM i directly to your local machine. No FTP configuration required.

User Lookup

Rapid search functionality for system user profiles. Find and inspect user data in seconds.

🔒

Secure Backups

Experience a faster way to secure your data. Complex backup tasks become a simple, stress-free process.

🖥

Desktop Native

A true desktop experience for all three major platforms — macOS, Linux, and Windows.

Open Source

Licensed under AGPL-3.0. Inspect, fork, and contribute on GitHub.

// build targets

Runs Everywhere

Build and run iLibrary on your platform of choice.

🍎

macOS

Native Apple silicon & Intel support.

$ python3 ./build_tool.py macos
🐧

Linux

Built and tested on major distros.

$ python3 ./build_tool.py linux
🪟

Windows

Full Windows 10/11 compatibility.

$ python3 ./build_tool.py windows
// quick start

Build from Source

Four steps from zero to running.

01

Clone the Repository

Download the source to your machine and enter the project directory.

$ git clone https://github.com/legnerbeer/iLibraryApp.git && cd iLibraryApp
02

Create Virtual Environment

Isolate your dependencies in a clean Python venv.

$ python -m venv .venv && source .venv/bin/activate
03

Install Dependencies

Install all required libraries from the requirements file.

$ pip install -r ./requirements.txt
04

Build for Your Platform

Run the build script targeting your OS (macos / linux / windows).

$ python3 ./build_tool.py <platform>

About iLibrary

iLibrary was built to close the gap between the IBM i green screen and the modern developer desktop. It targets teams managing legacy AS/400 systems who need reliable, fast backup and user management without memorising SAVF command syntax.


The project is fully open source, built in Python, and distributed under the AGPL-3.0 licence — meaning improvements stay open for everyone.

Version v0.0.4
Language Python 98.3% · Shell 1.7%
Licence AGPL-3.0
Released Apr 22, 2026
Author legnerbeer
Platforms macOS · Linux · Windows

Ready to ditch the green screen?

Download iLibrary and modernise your IBM i workflow today.

↓  Download v0.0.4 ⌥  GitHub Repo