No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-28 16:26:42 -04:00
.cargo create first installable package 2026-07-28 16:26:42 -04:00
.github/workflows create first installable package 2026-07-28 16:26:42 -04:00
src create first installable package 2026-07-28 16:26:42 -04:00
.gitignore create first installable package 2026-07-28 16:26:42 -04:00
Cargo.lock create first installable package 2026-07-28 16:26:42 -04:00
Cargo.toml create first installable package 2026-07-28 16:26:42 -04:00
LICENSE create first installable package 2026-07-28 16:26:42 -04:00
README.md create first installable package 2026-07-28 16:26:42 -04:00
rust-toolchain.toml create first installable package 2026-07-28 16:26:42 -04:00

vibe-hello

vibe-hello is the first installable package for vibeOS. It is a tiny, statically linked, libc-free Rust program used to verify the signed vibe-pkg install, upgrade, remove, and reboot-persistence path.

cargo build --release
target/x86_64-unknown-linux-gnu/release/vibe-hello

It prints:

hello from a signed vibeOS package

License

MIT