You've already forked brave-origin-unlocker
mirror of
https://github.com/ObjectAscended/brave-origin-unlocker.git
synced 2026-06-21 12:42:34 +00:00
1.0 KiB
1.0 KiB
Brave Origin Windows Unlocker
A TypeScript utility for unlocking Brave Origin Nightly features on Windows by modifying the local application state.
Overview
This tool modifies the Brave Origin Nightly browser's local state configuration to unlock premium features. It works by updating the Local State JSON file used by Brave to store user preferences and license validation status.
Features
- ✅ Unlocks Brave Origin Nightly features
- ✅ Modifies purchase validation state
- ✅ Updates SKU credentials
- ✅ Windows-compatible local data path handling
Requirements
- Deno - Modern JavaScript/TypeScript runtime
- Windows OS - Designed for Windows file paths
- Brave Origin Nightly - The browser being modified
- File Write Permissions - Access to
%LOCALAPPDATA%directory
Installation
- Install Deno if you haven't already
- Clone this repository:
git clone https://github.com/ObjectAscended/brave-origin-windows-unlocker.git cd brave-origin-windows-unlocker