Skip to content

Release v0.4.2

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jun 12:30
b17ee54

Installation

One-line install (latest stable release, into ~/.local/bin):

curl -fsSL https://raw.githubusercontent.com/woud420/kickstart/master/scripts/install.sh | bash

The script downloads the matching binary archive, verifies its SHA-256, installs the binary payload under a stable directory, and exposes kickstart on PATH.

From PyPI

pip install kickstart

Manual binary install

Binary archives are attached for linux-x64, linux-arm64, and macos-arm64 (Python 3.14). Other platforms install from PyPI. Pick the asset for your platform, extract it, and run kickstart install to place the binary payload in a user-writable directory and configure PATH:

curl -L -o kickstart-linux-x64-py3.14.tar.gz "https://github.com/woud420/kickstart/releases/download/v0.4.2/kickstart-linux-x64-py3.14.tar.gz"
tar -xzf kickstart-linux-x64-py3.14.tar.gz
./kickstart-linux-x64-py3.14/kickstart install --update-path

Pass --target /usr/local/bin to choose a different launcher directory, --app-dir /usr/local/share/kickstart to choose the binary payload directory, and --shell bash|zsh|fish to override shell detection. Check the matching .sha256 file before installing when you want integrity verification.

What's Changed

  • Sync src/init.py and pyproject.toml at 0.4.2 by @woud420 in #67
  • Finish the v0.4.2 release line: version-sync gate, website deploy fix, changelog by @woud420 in #68

Full Changelog: v0.4.1...v0.4.2