Songs, made on your own machine
Load a text-to-music model — YuE2, ACE-Step 1.5, MiniMax Music 3,
HeartMuLa, Stable Audio 3, MiDashengLM-Gen — and the whole app
becomes a music studio: your style and lyrics as a bubble, the piece
as a waveform to play and seek, and each family's own edits of an
earlier round — rearrange or continue a song, repaint a stretch,
cover it in a new style. It runs on audio.cpp in a helper of its own
— Metal on a Mac, Vulkan on Windows and Linux. On an M4 Pro, YuE2
writes and sings a 30-second verse and chorus in 33 s, and Stable
Audio 3 Small makes 20 s in 1.2 s.
A lighter frame
No title bar across the window: the window's controls and a mode
switch of icons sit over the sidebar, the working area runs to the
window's edges, and the transcript passes under the top row instead
of stopping at a bar. Chaty draws its own scrollbars everywhere, and
Code's thinking and bypass switches sit under its input.
Live mode, interrupted
Cut a spoken reply short and it is your turn at once — the model
remembers what it said up to there, not the rest. The light no
longer ends at a line across the screen, and the window moves from
its top edge even with Live mode or a dialog open.
Also: K2 Horizon's MLX quants load, Code's sessions can be searched,
and several sessions at once can be deleted in Code and the image
studio.
Install
| Platform | File |
|---|---|
| Windows x64 | Chaty_*_x64-setup.exe — per-user installer, no admin
|
| macOS (Apple Silicon) | Chaty_*_aarch64.dmg
|
| Linux x64 (beta) | Chaty_*_amd64.AppImage — chmod +x and run
|
macOS first launch — "Apple could not verify…" / "damaged"
Chaty is ad-hoc signed but not notarized (no paid Apple Developer
account), so Gatekeeper flags it on first launch. The app is safe —
everything runs locally. Clear the download quarantine once, in Terminal:
xattr -dr com.apple.quarantine /Applications/Chaty.appThen open Chaty normally. (Alternatively: try to open it once, then go to
System Settings → Privacy & Security → Open Anyway.)
What's Changed
- music: text-to-music GGUF support, and a music mode for the whole app by @Fangyuan025 in #22
Full Changelog: v2.3.0...v2.3.5