Project Rename: V'Ger → Vykar
This release renames the project from V'Ger to Vykar (from Latin vicarius, "substitute").
Breaking Changes
- Binary names:
vger→vykar,vger-server→vykar-server,vger-gui→vykar-gui - Config file:
vger.yaml→vykar.yaml - Config directories:
~/.config/vger/→~/.config/vykar/,/etc/vger/→/etc/vykar/ - Environment variables:
VGER_CONFIG→VYKAR_CONFIG,VGER_PASSPHRASE→VYKAR_PASSPHRASE,VGER_TOKEN→VYKAR_TOKEN - Cache/state paths:
~/.cache/vger/→~/.cache/vykar/ - Dump directory:
.vger-dumps/→.vykar-dumps/ - macOS app:
V'ger Backup.app→Vykar Backup.app
Migration
- Rename your config file:
mv ~/.config/vger/vger.yaml ~/.config/vykar/vykar.yaml - Update any environment variables in your shell profile or systemd units
- Update cron jobs or scripts referencing the old binary names
Repository format is unchanged — existing repos work without modification.
Other Changes
- Reorganize recipe docs, add VM backup section
- Simplify install script closing message
Downloads
| Platform | File |
|---|---|
| Linux x86_64 (glibc) | vykar-v0.11.0-x86_64-unknown-linux-gnu.tar.gz
|
| Linux x86_64 (musl) | vykar-v0.11.0-x86_64-unknown-linux-musl.tar.gz
|
| macOS aarch64 | vykar-v0.11.0-aarch64-apple-darwin.tar.gz
|
| Windows x86_64 | vykar-v0.11.0-x86_64-pc-windows-msvc.zip
|