Bootstrap script for Kern - a framebuffer-first Linux environment.
Transforms a minimal Arch Linux installation into a complete Kern environment:
- Installs and configures
fbterm(framebuffer terminal) - Sets up
zellijas your session manager - Configures automatic session launching on login
- Customizes your TTY login screen
- Installs core TUI applications (optional)
- Fresh minimal Arch Linux installation
- Root or sudo access
- Internet connection
curl -fsSL https://getkern.sh/install.sh | bashCore (always installed):
fbterm- Framebuffer terminal emulatorzellij- Terminal multiplexer and session manager
Optional (user choice during install):
- File manager:
rangerornnn - Editor:
neovimorhelix - System monitor:
btop - Fuzzy finder:
fzf - Additional TUI tools
If you prefer to review the script before running:
curl -fsSL https://getkern.sh/install.sh -o install-kern.sh
less install-kern.sh
bash install-kern.shEarly development. Currently supports Arch Linux only. See roadmap for planned features.
See the Kern vision document for philosophy and architecture details.
MIT - See LICENSE for details.
Michael Borck michael@getkern.sh