Releases: Programming-Sai/Library-Management-System
Releases · Programming-Sai/Library-Management-System
EbenLib CLI v1.0.0 — Windows Native Build
📦 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)
- Download
ebenlib-v1.0.0-windows-x64.exefrom Assets below. - Optionally rename to
ebenlib.exeand place in a folder in yourPATHto run globally. - Run from terminal:
.\ebenlib.exe --interactive