github techarm/pixa v0.1.4
0.1.4 - 2026-04-09

latest releases: v0.2.0, v0.1.7, v0.1.6...
5 months ago

Release Notes

Features

  • Shell completions — pixa completions <shell> generates completion scripts for bash/zsh/fish/elvish/PowerShell. pixa install --completions auto-detects your shell and installs to the standard directory. (#7)
  • CLAUDE.md — project rules for AI coding agents: conventional commits, branching, release process, code style. (#5)

Improvements

  • Widen README hero banner from 640px to 800px for better readability.
  • Fix changelog template to avoid redundant heading levels.

Install pixa 0.1.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/techarm/pixa/releases/download/v0.1.4/pixa-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/techarm/pixa/releases/download/v0.1.4/pixa-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install techarm/tap/pixa

Download pixa 0.1.4

File Platform Checksum
pixa-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
pixa-x86_64-apple-darwin.tar.xz Intel macOS checksum
pixa-x86_64-pc-windows-msvc.zip x64 Windows checksum
pixa-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
pixa-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Don't miss a new pixa release

NewReleases is sending notifications on new releases.