Download Tiles
Public alpha for macOS and Linux.
macOS
Apple Silicon · macOS 14+ · 16 GB unified memory recommended
The offline installer is ideal for computers that cannot connect to the internet or operate in air-gapped environments. It is also useful for installing Tiles across a large number of computers at once. It includes the default
gemma-4-12b-it-GGUF model for fully offline use. Offline installer builds aren't published for every release, whereas network installers always fetch the latest version available.
Linux
16 GB VRAM recommended
Paste this command in your terminal.
By downloading and using Tiles, you agree to the terms and privacy statement.
Release changelogs
Latest release
Alpha 23 · Version 0.4.19
Released
Added
- --mtp flag for tiles run to enable or disable MTP speculative decoding, persisted to config.toml like the other llama flags
- Model-load warnings from the inference server, such as MTP requested but no MTP head GGUF found, now surface in the CLI as yellow WARNING: lines before the input prompt
Changed
- MTP speculative decoding is now opt-in: it no longer auto-enables when an MTP head GGUF is detected next to the model. Enable it with mtp = true under [llama] in config.toml or per-run with tiles run --mtp
Fixed
- Chances of installing multiple versions of Tiles during tiles update
Canary release
Nightly builds for developers who want the latest Tiles features. Available only for macOS. Canary can be unstable.
Version 0.4.20-canary · Pre-release · Updated
New
- macOS menu bar app. It starts the daemon, shows your ATmosphere account, and opens the chat window.
- Chat from the app. The bundled chat UI talks to the daemon over new APIs with streamed responses.
- Share a chat to the ATmosphere from the app, with a link anyone can open.
- Shared chats now keep the full story: model info, reasoning traces, and tool calls, built from what the agent reported.
- Edit the modelfile from the app settings and reload the agent without a restart.
- Keep awake toggle in the menu bar.
Fixed
- Sharing a session that was started from the app.
- DNS resolution when a nameserver has an interface scope.
- Quitting from the dock, and the dock icon reopening the window.
Build
- The app bundle now takes the latest chat UI at build time, so UI work ships without a pin bump.
- Packaging no longer leaves a stray Tiles.app behind.