Holochain | Development Roadmap
Holochain Roadmap
For details on how this roadmap works and how it relates to our development process read more on
our blog.
Released
Released: 27 Jan 2026
Wind Tunnel 0.5
Infrastructure is operational, with dashboard showing data on key operating envelope metrics
Wind Tunnel Infrastructure
Create the infrastructure to operate Wind Tunnel performance/scale tests.
Wind Tunnel Analysis
Analysis of metric data produced by Wind Tunnel scenarios. By combining Holochain metrics, scenario-specific metrics and host metrics, a picture can be built of the performance of Holochain in different environments and under varied loads.
Wind Tunnel Core Scenarios
Develop Wind Tunnel scenarios that cover core functionality for Holochain.
Quality of Holochain Devs Life
Improvements to Holochain tooling and processes. Includes increasing use of automation, addressing technical debt.
Wind Tunnel Maintenance
Maintenance of Wind Tunnel such as Holochain version upgrades
Released
Latest:
0.6.0 (19 Nov 2025)
Holochain 0.6.0 beta
Coordinator updates, memproof security improvements, K2 maintenance (documentation website, showcase demo app), authenticating bootstrap server, and various bug-fixes
Core Stability
Improvements and fixes for stabilizing Holochain's performance/behavior, and/or APIs
Workflow tuning and performance
Complete the stabilization and testability of the Holochain workflows.
Network Info Upgrade
Enhance the information accessible by hApp devs to report on the state of network connectivity, traffic & synchronization.
Conductor State Management
Fixes, refactor and updates to how the Holochain stores and manages app state.
Migration & Updates
Add affordances to make migrating and updating DNAs easier.
Data Access Stability
Refactor of the internal database code to remove tech-debt, increase & security and stability.
Quality of Holochain Dev's Life
Work to improve being a Holochain core dev. Includes improving and automating our release process and other aspects of CI, along with updating and improving contributor guidelines & documentation.
Membrane Proof Improvements
Improve the the membrane-proof pattern to enforce preventing DHT reads.
Bug fixes & cleanup
Tech-debt, bug fixes, performance & usability issues, minor enhancements
Quality of App Dev Life
Documentation, Improvements, HDK ergonomics and dev tooling to make things easier and nicer.
Released
Latest:
0.5.6 (01 Sep 2025)
0.5.5 (20 Aug 2025)
0.5.4 (09 Jul 2025)
0.5.3 (01 Jul 2025)
0.5.2 (08 May 2025)
0.5.1 (24 Apr 2025)
First:
0.5.0 (22 Apr 2025)
Holochain 0.5.x beta
Focus: network performance, stability & testability, and more...
Wind Tunnel Infrastructure
Performance testing engine deployed to an initial testing network with some tests of Kitsune 2 as the initial scenarios
Kitsune 2
Networking engine rewrite: simplified gossip model, refactor, speed, testability in Wind Tunnel, demo
Kitsune 2 Integration
Integration of the Kitsune2 network component into Holochain core and tests.
Kitsune2 UX Improvements
Ongoing network component improvements.
Kitsune2 Maintenance
Improvements to the Kitsune networking layer: bug-fixes, performance enhancements, docs updates, etc.
Code Hygiene 0.5
Tech-debt, bug fixes, minor refactoring performance, usability issues, & enhancements
Core Stability
Improvements and fixes for stabilizing Holochain's performance/behavior, and/or APIs
Core Usability
Important but not urgent enhancements and feature requests.
Docs Enhancements
Ongoing documentation improvements, additions and cleanup.
Quality of App Dev Life
Documentation, Improvements, HDK ergonomics and dev tooling to improve the experience of writing applications.
tx5 maintenance
Maintenance of the tx5 network transport used by Holochain.
Released: 9 JUL 2025
HTTP Gateway 0.2
Update the HTTP Gateway to work with Holochain 0.5 and release as version 0.2
Released
Latest:
0.4.4 (09 Jul 2025)
0.4.3 (21 May 2025)
0.4.2 (10 Mar 2025)
0.4.1 (29 Jan 2025)
First:
0.4.0 (17 Dec 2024)
Holochain 0.4.x beta
Stable, reduced feature set
Unstable feature removal
Moved features that are experimental, buggy, or immature behind a compile-time flag:
Countersigning
Warrants
App-level peer blocking
DHT sharding
DPKI
Chain head coordination
Task scheduling
Experimental DPKI implementation
Added support for 'conductor services', extensions that provide services to all hApps. Added DeepKey, a conductor service offering a distributed PKI, behind an unstable feature flag.
Integration audit
Audited and refactored the integration workflow, which handles received gossip messages and integrates them into the local DHT database.
Local interface stability
Improved resilience of local API WebSocket interface to malformed requests.
Developer tools improvements
Added command-line tools for making calls into a hApp, and improved the scaffolding tool's usability and support of more package managers / front-end dev frameworks.
Countersigning fixes
Changed behavior of experimental countersigning feature to reduce accidental abandonment of session on device failures.
Deferred membrane proofs
Added the ability to provide membrane proofs after installing a hApp and creating a key pair, enabling the creation of more diverse and robust authorization schemes.
Released: 12 Mar 2025
HTTP Gateway 0.1
Simple gateway to provide connection for HTTP requests to a running Holochain application.
Released: 10 Mar 2025
Launcher 0.4.1
Launcher updated to use Holochain 0.4 and minor enhancements.
Released
Latest:
0.3.6 (02 Dec 2024)
0.3.5 (18 Nov 2024)
0.3.4 (17 Oct 2024)
0.3.3 (04 Oct 2024)
0.3.2 (30 Jul 2024)
First:
0.3.1 (11 Jun 2024)
Holochain 0.3.x beta
Performance, stability, and correctness
Validation improvements and fixes
Major refactor of the sys and app validation workflows to improve reliability, performance, and correctness.
Local conductor API security
Local API connections over WebSocket are now authenticated, and signals are only sent to clients authenticated to the app.
Network stability
Various bug fixes and performance improvements related to gossiping and integrating DHT data.
Initial DNA/agent migration support
Added the ability to represent migrations from one agent source chain to another, either using the same DNA or migrating to another DNA.
Read-only zome call performance
Removed unnecessary post-call steps for zome calls that don't write data, speeding up execution time.
Local-first improvements
Apps no longer fail with an error when no other peers are reachable, improving the local-first experience.
Database split
Refactored the internal database configuration to reduce query bottlenecks.
Interpreted WebAssembly
Supported Wasmer team's efforts to build an interpreted VM, then added ability to use the interpreted VM to accommodate mobile OSes that don't support compilation to machine code.
Released
Latest:
0.2.8 (30 Apr 2024)
First:
0.2.0 (27 Apr 2023)
Holochain 0.2.x beta
End-to-end-encrypted WebRTC-based networking engine
WebRTC-based networking
Switched from QUIC to WebRTC for peer networking, for end-to-end networking without needing to roll our own scheme.
Cloning from the HDK
Added ability to clone DNAs directly from the HDK.
Database change
Switched internal database from LMDB to SQLite and enabled at-rest encryption.
WASM load time speedup
Fixed WASM caching so zomes load into memory more quickly.
Peer blocking
Initial support for adding peers to block lists, either as a result of user action or automatically in response to invalid activity.
Experimental chain head coordination
Created a feature that allows multiple machines to share the same source chain by side-loading records received from other replicas.
iOS WASM support
Added ability to optimize compiled zomes for embedding in an iOS binary.
Security hardening
Fixing vulnerabilities in Lair keystore and network protocol in response to
security audit
Released
Latest:
0.1.8 (30 Jan 2024)
First:
0.1.0 (26 Jan 2023)
Holochain 0.1.x beta
First beta release, early adopter ready.
Sharded gossip
Initial rrDHT implementation based on
QUIC
Fast WebAssembly engine
Switched to a WASM VM built on
Wasmer
, which compiles hApp back-end bytecode to native machine code.
Integrity + coordinator code
Separation between DNA and controller code
Conductor APIs
Installing, activating, deactivating, and removing hApp components
Creating and removing agent key pairs
Introspecting hApp components and conductor state
Calling zome functions
Core HDK features
Simpler model definitions
Reading and writing data
Signals and RPCs
Validation
Countersigning prototype
Crypto functions
Lifecycle hooks
Task scheduling
Developer tools
Conductor config sandbox generator, hApp bundling tool, testing framework, dev runtime,
Nix
-based development environment distributable, and community-contributed scaffolder
Workflows architecture
Moved from Redux-based to workflow-based architecture architecture (see
white paper 2.0
for details)
Lair keystore
A secure, audited manager for secret materials.
Infrastructure
Peer discovery and proxy services
In progress
In Progress
Holochain 0.6.1 beta
A major follow up release to Holochain 0.6 which brings improved security and performance with minimal breaking changes
completed
89
34 points to complete
1 issue (~4 points) to estimate
321/359 pts
Velocity
29
pts/week
Time Left
week
Wind Tunnel Infrastructure
Create the infrastructure to operate Wind Tunnel performance/scale tests.
All Complete
Kitsune2 Iroh Transport
Write a transport based on the iroh networking framework
All Complete
Wind Tunnel Analysis
Analysis of metric data produced by Wind Tunnel scenarios. By combining Holochain metrics, scenario-specific metrics and host metrics, a picture can be built of the performance of Holochain in different environments and under varied loads.
All Complete
Workflow tuning and performance
Complete the stabilization and test-ability of the Holochain workflows.
All Complete
Code Hygiene 0.6
Tech-debt, bug fixes, minor refactoring performance, usability issues, & enhancements
All Complete
Core Stability
Improvements and fixes for stabilizing Holochain's performance/behavior, and/or APIs
All Complete
Warrants
Enable warranting and blocking of nodes that violate validation rules.
All Complete
Docs Enhancements
Ongoing documentation improvements.
All Complete
Holochain Reference App
A demonstration application that exercises Holochain, to be used in pre-release testing.
All Complete
Quality of Holochain Devs Life
Improvements to Holochain tooling and processes. Includes increasing use of automation, addressing technical debt.
All Complete
Quality of App Dev Life
Changes to clients and HDK ergonomics to improve the experience of writing applications.
All Complete
Kitsune2 UX Improvements
Ongoing network component improvements.
All Complete
HTTP Gateway Maintenance
Ongoing maintenance of the HTTP Gateway to keep it updated against the latest Holochain releases
All Complete
General Performance
Identifying and addressing performance bottlenecks.
All Complete
Bugs
Covering all kinds of stand-alone bugs that don't fit into a larger epic
60
10 points to complete
15/25 pts
Tooling Maintenance
Maintenance of Holochain tooling such as scaffolding, hc-spin and tryorama
62
5 points to complete
8/13 pts
Per-app Network Infrastructure
Feature to enable apps to configure the network infrastructure they want to use, independently of the default bootstrap and signal server provided by Holochain
All Complete
Wind Tunnel Maintenance
Maintenance of Wind Tunnel such as Holochain version upgrades
All Complete
General Security
Identify and fix security issues. Excluding those covered by other Epics such as Warrants.
76
4 points to complete
1 issue (~4 points) to estimate
26/34 pts
Scope reduction
Reduce the maintenance scope for the Holochain team
All Complete
Unyt app UX testing
Wind Tunnel testing of the Unyt app for UX improvements
All Complete
Maintenance
Maintenance activities for released versions, such as backporting and doing releases
68
13 points to complete
28/41 pts
Kitsune2 Maintenance
Ongoing maintenance of Kitsune2
50
2 points to complete
2/4 pts
In Progress
Holochain 0.7.x beta
completed
38
160 points to complete
25 issues (~100 points) to estimate
161/421 pts
Velocity
29
pts/week
Time Left
weeks
Wind Tunnel Infrastructure
Create the infrastructure to operate Wind Tunnel performance/scale tests.
2 points to complete
0/2 pts
Kitsune2 Iroh Transport
Write a transport based on the iroh networking framework
86
3 points to complete
19/22 pts
Workflow tuning and performance
Complete the stabilization and test-ability of the Holochain workflows.
47
4 points to complete
1 issue (~4 points) to estimate
7/15 pts
Core Stability
Improvements and fixes for stabilizing Holochain's performance/behavior, and/or APIs
27
4 points to complete
1 issue (~4 points) to estimate
3/11 pts
Code Hygiene 0.7
Tech-debt, bug fixes, minor refactoring performance, usability issues, & enhancements
All Complete
Core Usability
Important but not urgent enhancements and feature requests.
All Complete
Docs Enhancements
Ongoing documentation improvements.
All Complete
Local First
Confirmation and testing of Holochain's working in local-first environments.
All Complete
Quality of Holochain Devs Life
Improvements to Holochain tooling and processes. Includes increasing use of automation, addressing technical debt.
45
19 points to complete
2 issues (~8 points) to estimate
22/49 pts
Quality of App Dev Life
Changes to clients and HDK ergonomics to improve the experience of writing applications.
57
11 points to complete
2 issues (~8 points) to estimate
25/44 pts
Kitsune2 UX Improvements
Ongoing network component improvements.
4 points to complete
1 issue (~4 points) to estimate
0/8 pts
Mobile Build
Build Holochain libraries and Holochain itself for mobile targets on CI to ensure compatibility with those platforms as we make changes.
All Complete
Bugs
Covering all kinds of stand-alone bugs that don't fit into a larger epic
38
4 points to complete
1 issue (~4 points) to estimate
5/13 pts
Tooling Maintenance
Maintenance of Holochain tooling such as scaffolding, hc-spin and tryorama
All Complete
Data Model Consistency
A major refactoring effort to improve the consistency of Holochain's data model and its state maintenance
14
86 points to complete
12 issues (~48 points) to estimate
21/155 pts
Per-app Network Infrastructure
Feature to enable apps to configure the network infrastructure they want to use, independently of the default bootstrap and signal server provided by Holochain
30
11 points to complete
2 issues (~8 points) to estimate
8/27 pts
HDK Stability
Consistency and improvements to the HDK to work towards a stable version
20
8 points to complete
2 issues (~8 points) to estimate
4/20 pts
Scope reduction
Reduce the maintenance scope for the Holochain team
All Complete
Maintenance
Maintenance activities for released versions, such as backporting and doing releases
All Complete
Connection management
Manage connections to be kept open or closed
4 points to complete
1 issue (~4 points) to estimate
0/8 pts
In Progress
Wind Tunnel 0.6
Performance tests are run regularly, with published results
completed
69
61 points to complete
12 issues (~48 points) to estimate
244/353 pts
Velocity
29
pts/week
Time Left
weeks
Wind Tunnel Infrastructure
Create the infrastructure to operate Wind Tunnel performance/scale tests.
75
12 points to complete
3 issues (~12 points) to estimate
71/95 pts
Wind Tunnel Analysis
Analysis of metric data produced by Wind Tunnel scenarios. By combining Holochain metrics, scenario-specific metrics and host metrics, a picture can be built of the performance of Holochain in different environments and under varied loads.
62
25 points to complete
5 issues (~20 points) to estimate
72/117 pts
Wind Tunnel Core Scenarios
Develop Wind Tunnel scenarios that cover core functionality for Holochain.
78
9 points to complete
1 issue (~4 points) to estimate
45/58 pts
Docs Enhancements
Ongoing documentation improvements.
4 points to complete
1 issue (~4 points) to estimate
0/8 pts
Quality of Holochain Devs Life
Improvements to Holochain tooling and processes. Includes increasing use of automation, addressing technical debt.
25
3 points to complete
1/4 pts
Wind Tunnel Maintenance
Maintenance of Wind Tunnel such as Holochain version upgrades
60
8 points to complete
2 issues (~8 points) to estimate
24/40 pts
Unyt app UX testing
Wind Tunnel testing of the Unyt app for UX improvements
All Complete
Up next
Planning
Holochain 0.8.x beta
Estimated
14
5 estimated
5/35 issues
Estimated pts
154
Unestimated issues
30
Avg pts/issue
Unest. pt guess
120
Pts/week velocity
29
Est. weeks
Workflow tuning and performance
Complete the stabilization and test-ability of the Holochain workflows.
25
3 issues to estimate
1/4 issues
Core Stability
Improvements and fixes for stabilizing Holochain's performance/behavior, and/or APIs
1 issue to estimate
0/1 issue
Warrants
Enable warranting and blocking of nodes that violate validation rules.
All Estimated
Coordinator Updates
A new feature to allow updates of an application's business logic. This type of app update doesn't allow the DNA to be changed, just coordinator zomes.
6 issues to estimate
0/6 issues
Code Hygiene 0.8
Tech-debt, bug fixes, minor refactoring performance, usability issues, & enhancements
1 issue to estimate
0/1 issue
Core Usability
Important but not urgent enhancements and feature requests.
2 issues to estimate
0/2 issues
Docs Enhancements
Ongoing documentation improvements.
50
1 issue to estimate
1/2 issues
Quality of Holochain Devs Life
Improvements to Holochain tooling and processes. Includes increasing use of automation, addressing technical debt.
4 issues to estimate
0/4 issues
Quality of App Dev Life
Changes to clients and HDK ergonomics to improve the experience of writing applications.
2 issues to estimate
0/2 issues
General Performance
Identifying and addressing performance bottlenecks.
20
4 issues to estimate
1/5 issues
HDK Stability
Consistency and improvements to the HDK to work towards a stable version
4 issues to estimate
0/4 issues
General Security
Identify and fix security issues. Excluding those covered by other Epics such as Warrants.
50
1 issue to estimate
1/2 issues
DNA migration
DNA migration is a Holochain feature that permits apps to be upgraded with a new DNA in one or more cells
1 issue to estimate
0/1 issue
Join the Conversation
Discord & Community Engagement
Visit Discord Site

It looks like you are using Internet Explorer. While the basic content is available, this is no longer a supported browser and some functions and styling may not work.
Firefox, Edge and Chrome are all excellent browsers to use instead. Click one of the icons below to download.