A complete open-source Roblox desktop experience
A third-party Roblox launcher that provides multi-account management, enhanced server browsing, avatar editing, and more—all in one desktop app.
Note
Credentials are stored locally and never leave your machine. They are encrypted using Electron's safeStorage (OS-level credential storage) and optionally with an additional AES-256-GCM layer derived from your PIN - View Code
Launching
- Multi-account management
- Multi-instance support
- Join via Place ID, Job ID, or Username
- Server region viewing
- Player & Studio version manager
Avatar
- 3D avatar editor
- Outfit management
- Inventory browser
- Accessory instance tree viewing
Catalog & Economy
- Catalog browser
- Transaction history
- Sales analytics
- Rolimons integration
Social
- Real-time friend presence
- Groups
- Quick join
Tools
- FFlags editor
- Asset downloader
- Activity logs
- Command palette (
Ctrl+K) - PIN lock
Download the latest binary from Releases.
| Platform | Filename |
|---|---|
| Windows | voxel-x.x.x-setup.exe |
Note
Currently Windows-only. macOS and Linux support is planned.
Prerequisites: Node.js (v18+) and npm/pnpm.
# Clone
git clone https://github.com/6E6B/voxel.git
cd voxel
# Install
npm install
# Dev
npm run dev
# Build
npm run build:winContributions are welcome! Please open an issue first to discuss any significant changes before submitting a pull request.
Voxel is not affiliated with, endorsed by, or sponsored by Roblox Corporation. Use at your own discretion.