๐ Kinetic Web Clients
July 28, 2026 ยท View on GitHub
Welcome to the Kinetic Client Hub! This is the official gateway to the decentralized Kinetic network.
Whether you are browsing on your phone, your desktop, or right inside your favorite web browser, we have a native client designed to give you seamless, secure access to the .kin decentralized namespace.
๐ฅ Download Kinetic
Ready to explore the decentralized web? Choose your platform below to download the latest compiled releases.
๐ฑ Kinetic for Mobile (iOS & Android)
The full power of the Kinetic P2P node natively embedded in your pocket.
๐ป Kinetic for Desktop (macOS, Windows, Linux)
The premium visual dashboard for managing your .kin domains and connecting to the Kinetic Daemon.
๐ฆ Kinetic Browser Extension (Chrome & Firefox)
A zero-install lightweight WASM client that resolves .kin domains directly inside your standard browser.
๐ Bug Reports & Feature Requests
Have a problem or a suggestion? We track all issues across all of our clients right here in this repository.
To ensure our developers can fix your issue as quickly as possible:
- Go to the Issues tab.
- Select the template that matches your platform (Mobile, Desktop, or Extension).
- Provide as much detail as possible, including your OS version and client version.
๐ป For Developers (Source Code)
This repository (kinetic-client) is an Umbrella Repository that links together the individual source code repositories for each client via Git Submodules.
If you want to contribute to the UI or build the clients from scratch, you can clone all of them at once using the --recursive flag:
git clone --recursive https://github.com/saifmukhtar/kinetic-client.git
This will automatically pull down the source code for:
kinetic-desktop/(React / Tauri)kinetic-mobile/(Flutter / Dart)kinetic-extension/(React / WebAssembly)
Note: If you want to contribute to the core P2P networking layer or the VDF consensus engine, head over to the Kinetic Core Repository.
Where knowledge lives forever.