Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Download

Download the latest release from GitHub Releases.

PlatformFile
Windowsvellum-fe-windows.zip
macOSvellum-fe-macos.tar.gz
Linuxvellum-fe-linux.tar.gz

Extract the archive and place vellum-fe (or vellum-fe.exe) somewhere in your PATH.

Building from Source

Requires Rust 1.70+.

git clone https://github.com/Nisugi/VellumFE.git
cd VellumFE
cargo build --release

The binary will be at target/release/vellum-fe.

Windows: OpenSSL for Direct Mode

Direct eAccess authentication requires OpenSSL. Install via vcpkg:

vcpkg install openssl:x64-windows
set VCPKG_ROOT=C:\path\to\vcpkg
cargo build --release

Verify Installation

vellum-fe --version

Should display the version number (e.g., vellum-fe 0.2.0-beta.11).

Configuration Directory

On first run, VellumFE creates ~/.vellum-fe/ with default configuration files.

You can override this location with the VELLUM_FE_DIR environment variable:

export VELLUM_FE_DIR=/custom/path