Skip to content

isw v0.2.0

Choose a tag to compare

@Jemisas Jemisas released this 20 Jun 20:31

isw v0.2.0

Energy-aware code analysis & optimization CLI. Pre-compiled, obfuscated binaries only — the source code is private and not published here.

What's new in v0.2.0

  • The command is now isw (previously issw). Re-run the installer below to pick up the new binary.
  • Config file is isw.yaml; environment variables use the ISW_ prefix (e.g. ISW_LLM_PROVIDER); the state/backup directory is .isw-framework/.

Install (one-liner)

Windows (PowerShell):

irm https://github.com/TP202610017/framework-llm-releases/releases/latest/download/install.ps1 | iex

macOS / Linux (bash):

curl -fsSL https://github.com/TP202610017/framework-llm-releases/releases/latest/download/install.sh | bash

Manual

Download the archive for your platform below, extract isw (isw.exe on Windows), and put it on your PATH. Verify integrity with checksums.txt (SHA-256).

Platforms: Linux · macOS (amd64 / arm64) · Windows (amd64). Single static binary, no dependencies. Binaries are stripped and obfuscated (garble).