Skip to content

Release v0.4.3

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jul 13:36
d4b301b

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.3/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

  • Update example paths from /private/tmp to /tmp by @woud420 in #69
  • Bootstrap the Claude Code on the web sandbox with a SessionStart hook by @woud420 in #70
  • Tiered eval runner and scaffold-weight regression baselines (ENG-106) by @woud420 in #71
  • CI status badges and Codecov coverage reporting (ENG-107) by @woud420 in #72
  • Add canonical PR template by @woud420 in #74
  • Make AGENTS.md the canonical source; slim CLAUDE.md to Claude specifics by @woud420 in #75
  • Drop macos-x64 from the CI manual binary matrix by @woud420 in #76
  • Release v0.4.3 by @woud420 in #73

Full Changelog: v0.4.2...v0.4.3