strix icon indicating copy to clipboard operation
strix copied to clipboard

feat: add PyInstaller build for standalone binary distribution

Open 0xallam opened this issue 3 weeks ago • 0 comments

  • Add PyInstaller spec file and build script for creating standalone executables
  • Add install.sh for curl | sh installation from GitHub releases
  • Add GitHub Actions workflow for multi-platform builds (macOS, Linux, Windows)
  • Move sandbox-only deps (playwright, ipython, libtmux, etc.) to optional extras
  • Make google-cloud-aiplatform optional ([vertex] extra) to reduce binary size
  • Use lazy imports in tool actions to avoid loading sandbox deps at startup
  • Add -v/--version flag to CLI

0xallam avatar Dec 07 '25 14:12 0xallam