Skip to content

Installation

The validated installation target is an x86_64 Omarchy system based on Arch Linux. Splinterm is a public alpha, not a supported stable release; upgrades may change interfaces and end daemon-owned shells.

Clone the public repository and run the edge installer:

Terminal window
git clone https://github.com/OldJobobo/splinterm.git
cd splinterm
./install.sh

The installer obtains the newest successfully built package for committed main, verifies its manifest and checksums, preserves an emergency binary snapshot, warns before stopping a running daemon, installs through Pacman, and verifies the packaged client identity. The snapshot supports diagnosis and manual recovery; it is not a package-consistent rollback.

The repository, channel manifest, and edge release assets are public. GitHub CLI authentication is optional; the installer falls back to anonymous verified downloads.

To compile and package the current committed checkout locally:

Terminal window
./install.sh --source

Include the complete package test suite with:

Terminal window
./install.sh --source --check

The installer does not:

  • make Splinterm your default terminal;
  • edit Omarchy or Hyprland configuration;
  • enable persistent systemd user lingering; or
  • opt a fresh installation into the optional MCP package.

Continue to the quickstart after installation. If an MCP host needs bounded access, follow the separate MCP adapter setup; installing the adapter alone grants no authority.