---
title: "Radix Desktop Tool"
path: "/developers/tools/radix-desktop-tool"
bannerImage: "https://j9ytchrzkvqpcul7.public.blob.vercel-storage.com/1a9d3c64-347d-41eb-9d77-4e4945101e65.avif"
version: "3.1.0"
author: "ShardSpace Admin"
createdAt: "2026-02-06T16:07:55.860Z"
updatedAt: "2026-07-27T17:47:19.220Z"
---

# Radix Desktop Tool

<Infobox>
| Type | Desktop utility (batch transfers, manifests, deployment) |
| Platform | Desktop app (not a web app, by design) |
| Networks | Mainnet and [Stokenet](/contents/tech/releases/stokenet) |
| Latest release | v0.2.4 (April 2024) |
</Infobox>

The **Radix Desktop Tool** is an open-source desktop utility for Radix built by community member HODL6666. It bundles the operations that the Radix Wallet either does not expose or caps — batched token transfers, manifest building, package deployment, and address conversion — into a single MIT-licensed application that runs locally rather than in a browser.

## Features

- **Token transfers** — single → multiple and multiple → multiple in one operation.

- **Airdrop tool** — sends to tens of thousands of addresses at once, past the Radix Wallet's 50–90 address ceiling. It signs locally with a private key you supply, which is why the author ships it as an auditable desktop app rather than a hosted service.

- **Transaction manifest builder** — compose [manifests](/contents/tech/core-protocols/transaction-manifests) without writing them by hand.

- **Scrypto package deployer** — publish a compiled package to either network.

- **Token creation** and **asset verification**.

- **Format conversion** — Bech32 address ⇌ hexadecimal string.

- **Transaction history**, **entity verification**, **QR code generation**, and a **Stokenet XRD faucet**.

> *"Because the private key is related to the security of funds, the tool must be open source and free, having people review my code builds trust, and run as Desktop App, not Web App." — HODL6666*

Supplying a private key to any tool puts the funds in that account at risk. The project's answer is that the source is public and the application runs on your own machine — read the code before you use the airdrop feature, and prefer a dedicated account over your main one.

## Status

The latest release is **v0.2.4**, published in April 2024, which is also the date of the repository's most recent commit. The project is not archived and the code still works against the current network, but it has had no development activity for over two years — treat it as dormant rather than actively maintained, and verify behaviour on [Stokenet](/contents/tech/releases/stokenet) before using it against mainnet funds.

New users can switch the network to Stokenet, generate a throwaway account with *Wallet Generate*, and fund it from the built-in XRD faucet to try every feature without risk.

## External Links

- [Radix Desktop Tool on GitHub](https://github.com/atlantis-l/Radix-Desktop-Tool) — source and releases (MIT)

- [Radix Developer Resources](/developers/radix-developer-resources) — the wider community tooling index