We are pleased to announce the release of Octez.connect, an open-source wallet connection library for Tezos Layer 1, enabling applications to seamlessly connect with Tezos wallets.
Octez.connect is a fork of Beacon beacon-sdk v5.0.0-beta.3. Maintained by Nomadic Labs, Trilitech and Functori, Octez.connect picks up the mantle from Beacon, which is expected to sunset at the end of the month. The release of Octez.connect ensures its long term availability and integration into the Tezos X roadmap.
Octez.connect v1.0.0 preserves all the functionality and interfaces of its predecessor, and intends to offer Tezos builders a smooth migration and integration—we provide more specific details below.
Octez.connect v1.0.0 also implements a few minor bugfixes. We refer builders to the Changelog and the release notes for further details
Migrating applications to Octez.connect
At this point, migrating Tezos Layer 1 applications from Beacon to Octez.connect requires minimal client-side changes like switching NPM upstream dependencies (e.g, from @airgap/beacon-sdk to @tezos-x/octez.connect-sdk); or updating import statements where relevant.
Timeline: Beacon’s support for the Tezos protocol is not guaranteed beyond the end of the month (February 2026).
- Beacon nodes will be operational until the end of the current month.
- An upcoming version of
beacon-sdk, expected before the end of the month, will integrate octez.connect nodes in the SDK, enabling interoperability between Beacon and Octez.connect during this transition period. - There is no guarantee that Beacon will remain compatible with the Tezos protocol beyond this date.
We invite application and wallet developers to consider migrating their infrastructure to octez.connect as soon as possible. A complete migration guide is available on the docs:
We have also forked other repositories which implement upstream dependencies or provide additional functionality and documentation:
- GitHub - trilitech/octez.connect-docs
- GitHub - trilitech/octez.connect-ios-sdk: The beacon sdk allows iOS developers of dApps and wallets on Tezos to implement the wallet interaction standard tzip-10.
- GitHub - trilitech/octez.connect-android-sdk: The Octez.connect sdk allows Android developers of dApps and wallets on Tezos to implement the wallet interaction standard tzip-10.
- GitHub - trilitech/octez.connect-example-dapp
- GitHub - trilitech/octez.connect-debug-wallet
Next Steps
We invite Tezos builders to reach out to us on Tezos Discord (or in the thread below), if they need our support to explore and integrate Octez.connect, and for any other questions they might have.
We would like to thank the maintainers of Beacon, Papers AG, for their continued contributions to and support for the Tezos ecosystem.
Let’s build a bright future for Tezos together.
(Edited on 24/02/2026 following clarification requests).