Attyx v0.3.8

April 5, 2026

Attyx v0.3.8

Xyron Integration

This release adds compatibility with Xyron — a modern shell built in Zig with Lua scripting, SQLite history, and structured data pipelines. Xyron replaces bash, zsh, and fish with something purpose-built and under 2MB.

When enabled, Attyx detects and launches Xyron as your shell. Here’s what you get:

Configuration

Add to your attyx.toml:

[xyron]
enabled = true
# path = "/usr/local/bin/xyron" # optional, searches PATH by default

Xyron is auto-detected from PATH or a configured path. macOS and Linux only for now.