Changelog
All notable changes and releases for Tiles.
Status
Tiles is currently in alpha. We are focused on making the assistant faster, more reliable, and genuinely useful in daily workflows. Alongside improving the core experience, we are steadily expanding its capabilities and exposing more control through the Tilekit SDK so developers can shape and extend what Tiles can do. Expect rapid iteration with security and correctness as the baseline.
Roadmap
H1 2026
- ATProto-based identity with support for Personal Data Servers (PDS)
- Peer-to-peer encrypted sync
- Connectors based on MCP and Agent Skills optimized for token efficiency
- Sandboxed code execution
- MLS-based group chats
If you would like to influence how we implement this roadmap, join the discussion in our RFCs.
View the RFCsReleases
The format is based on Keep a Changelog convention.
0.4.2Latest
Mar 1, 2026
Alpha 6
Added
- Added FTUE changes for account setup
- Added OTA updater
- Supports auto update checking and installing
- Use
tiles updatefor updating Tiles CLI manually
Changed
- Integrated Harmony renderer for gpt-oss model
Fixed
- fix: Added path unavailability warning during installation
- coverage patch-1
curl -fsSL https://raw.githubusercontent.com/tilesprivacy/tiles/0.4.2/scripts/install.sh | sh0.4.2
Mar 1, 2026
Alpha 6
LatestAdded
- Added FTUE changes for account setup
- Added OTA updater
- Supports auto update checking and installing
- Use
tiles updatefor updating Tiles CLI manually
Changed
- Integrated Harmony renderer for gpt-oss model
Fixed
- fix: Added path unavailability warning during installation
- coverage patch-1
curl -fsSL https://raw.githubusercontent.com/tilesprivacy/tiles/0.4.2/scripts/install.sh | shFeb 22, 2026
Alpha 5
Added
- Identity system for Tiles
tiles accountto show account detailstiles account create <nickname>to create root identity and optional nicknametiles account set-nicknameto set a nickname for root identity
- Updated CLI to include default
tilescommand
curl -fsSL https://raw.githubusercontent.com/tilesprivacy/tiles/0.4.1/scripts/install.sh | sh0.4.1
Feb 22, 2026
Alpha 5
Added
- Identity system for Tiles
tiles accountto show account detailstiles account create <nickname>to create root identity and optional nicknametiles account set-nicknameto set a nickname for root identity
- Updated CLI to include default
tilescommand
curl -fsSL https://raw.githubusercontent.com/tilesprivacy/tiles/0.4.1/scripts/install.sh | shFeb 4, 2026
Alpha 4
Added
- Portable Python runtime in the installer (no system Python required)
- Bundled default Modelfiles and direct reading of system prompt from Modelfile
- Support for
gpt-oss-20bin interactive chat - Basic support for the Open Responses API (
/v1/responses) and REST endpoints - Token metrics for model responses in the REPL
-mflag fortiles runto execute Tiles in memory mode (experimental)- Tilekit 0.2.0:
optimizesubcommand for automatic system-prompt optimization via DSRs
curl -fsSL https://raw.githubusercontent.com/tilesprivacy/tiles/0.4.0/scripts/install.sh | sh0.4.0
Feb 4, 2026
Alpha 4
Added
- Portable Python runtime in the installer (no system Python required)
- Bundled default Modelfiles and direct reading of system prompt from Modelfile
- Support for
gpt-oss-20bin interactive chat - Basic support for the Open Responses API (
/v1/responses) and REST endpoints - Token metrics for model responses in the REPL
-mflag fortiles runto execute Tiles in memory mode (experimental)- Tilekit 0.2.0:
optimizesubcommand for automatic system-prompt optimization via DSRs
curl -fsSL https://raw.githubusercontent.com/tilesprivacy/tiles/0.4.0/scripts/install.sh | shJan 9, 2026
Alpha 3
Added
--relay-count/-roption fortiles run(helps if model gets stuck)- CLI shows progress status while downloading models
- Slash commands and placeholder hint in the REPL
- Ability to set custom memory location via
tiles memory set-path
Changed
- Minor internal refactoring
curl -fsSL https://raw.githubusercontent.com/tilesprivacy/tiles/0.3.1/scripts/install.sh | sh0.3.1
Jan 9, 2026
Alpha 3
Added
--relay-count/-roption fortiles run(helps if model gets stuck)- CLI shows progress status while downloading models
- Slash commands and placeholder hint in the REPL
- Ability to set custom memory location via
tiles memory set-path
Changed
- Minor internal refactoring
curl -fsSL https://raw.githubusercontent.com/tilesprivacy/tiles/0.3.1/scripts/install.sh | shJan 6, 2026
Alpha 2
Fixed
- Tiles binary startup issue when run from outside a project directory
- Model not unloading after exiting the REPL
- Updated Python version to 3.13 for development
- Enabled basic Linux compatibility
Changed
- Basic refactoring for implementing multiple inference runtimes
curl -fsSL https://raw.githubusercontent.com/tilesprivacy/tiles/0.3.0/scripts/install.sh | sh0.3.0
Jan 6, 2026
Alpha 2
Fixed
- Tiles binary startup issue when run from outside a project directory
- Model not unloading after exiting the REPL
- Updated Python version to 3.13 for development
- Enabled basic Linux compatibility
Changed
- Basic refactoring for implementing multiple inference runtimes
curl -fsSL https://raw.githubusercontent.com/tilesprivacy/tiles/0.3.0/scripts/install.sh | shDec 20, 2025
Alpha 1
Added
- Added server commands
- Streaming support with thinking tokens in the CLI
- feat: auto downloading model given in modelfile
curl -fsSL https://raw.githubusercontent.com/tilesprivacy/tiles/0.2.0/scripts/install.sh | sh0.2.0
Dec 20, 2025
Alpha 1
Added
- Added server commands
- Streaming support with thinking tokens in the CLI
- feat: auto downloading model given in modelfile
curl -fsSL https://raw.githubusercontent.com/tilesprivacy/tiles/0.2.0/scripts/install.sh | sh