1.1.0
Build 110 · 18 September 2026 · macOS 13.0+
1.0.0 was a menu bar workbench: paste something, see what it is, act on it. 1.1.0 keeps that and takes the same local engine two places it could not reach before — your terminal, and the project you are working in.
- Kyane has a command line now. Install it from the app and pipe data through it:
kyane detectto identify input,kyane run --tool json --action Formatfor a single action,kyane recipeto replay a saved workflow. It runs entirely offline, like the app. The installer only ever writes a symlink — into/opt/homebrew/bin,/usr/local/bin, or~/.local/bin, whichever it can use — and never asks for an administrator password. - A project can carry its own conventions. Drop a
.kyane.jsonin a repository and it brings that project's saved workflows and its own list of sensitive key names to mask. Check it in, and everyone working on that project gets the same recipes and the same redaction rules without setting them up by hand. - Secrets stay out of your shell history. When a tool needs a second input, the packaged launcher hands it over through a private file descriptor rather than as a command line argument, so it never lands in
psoutput or your history file. Saved workflows and profiles are validated before they run, with limits on size, step count, and key count. - The action row no longer trades height for visibility. Up to four actions stay in front of you. Past that, the ones you are most likely to want — the tool's primary action, whatever is selected, and what you used recently — stay out front, and the rest move into a grouped More menu sorted by what they do. 1.0.0 wrapped the row onto extra lines so nothing was hidden; that worked, but it ate the workbench on a narrow window.
- Generate Swift takes ordinary JSON. Paste a real payload and get Codable structs from it — nested objects, arrays, optionality, and CodingKeys included. Previously the action only understood a JSON Schema, and a plain payload silently produced
typealias Root = Stringinstead of saying anything was wrong. Schemas still work exactly as before. A top-level JSON array also used to generate a type it never declared; that output now compiles. - Help is inside the app. A how-to screen walks through getting started, workflows and project profiles, batch files, the command line, and exactly what Kyane does and does not do with your data — one click away instead of on the website.
- Tidier bundle. An internal working document is no longer copied into the shipped app.
Everything above that is not a Pro tool is free, including the CLI, workflows, and project profiles. The tier applies to the tools themselves: a workflow step or CLI command that reaches a Pro tool asks for a licence, everywhere and by the same rule.