Aikito v1.23.0
Native Windows and PowerShell deep support, PowerShell completion generator, NTFS ACL security hardening, and Windows one-liner installer.
Highlights
- Native Windows & PowerShell Support: Entrypoint wrappers (
bin/aikito.cmd,bin/aikito.ps1) and dynamic shell completions (aikito completion powershell). - Cross-Platform Compatibility: Platform layer (
bin/aikito_platform.py) with Developer Mode / symlink support check, console UTF-8 initialization, and executable resolution. - NTFS ACL Hardening: Active
icaclssecurity hardening for secret-bearing configuration files on Windows. - One-Liner Windows Installer:
install.ps1downloads from GitHub Releases, installs to%LOCALAPPDATA%\Programs\aikito, and configures userPATH. - CI Test Matrix: Full Windows CI matrix on Python 3.12, 3.13, and 3.14 with PowerShell smoke testing.
Installation or Upgrade
macOS (Homebrew)
brew update
brew upgrade aikitoFor a fresh installation:
brew install lsaint/tap/aikitoWindows (PowerShell)
irm https://raw.githubusercontent.com/lsaint/aikito/main/install.ps1 | iexChangelog
See CHANGELOG.md or compare with v1.22.0.