Skip to content

Releases: Programming-Sai/Library-Management-System

EbenLib CLI v1.0.0 — Windows Native Build

02 Aug 05:13

Choose a tag to compare

📦 EbenLib CLI — v1.0.0

A Java-based, offline-first, console-driven library management system compiled into a native Windows executable via GraalVM.


🆕 What's New

  • Initial public release
  • All core commands implemented (auth, user, book, borrow, system, report)
  • Fully interactive menu mode (--interactive)
  • Data persisted in CSV/text, no external DB required
  • Packaged as a single .exe — no JVM install required

📥 Downloads

  • Windows EXE (native-image, ~15MB):
    ebenlib-v1.0.0-windows-x64.exe

    📌 This binary is built for Windows 64-bit. To run on other OSes, build from source using instructions below.


🖥 How to Use (Windows)

  1. Download ebenlib-v1.0.0-windows-x64.exe from Assets below.
  2. Optionally rename to ebenlib.exe and place in a folder in your PATH to run globally.
  3. Run from terminal:
    .\ebenlib.exe --interactive