From d4ad14857733d1725e29a264cfe62cd8a094294e Mon Sep 17 00:00:00 2001 From: ObjectAscended <93239187+ObjectAscended@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:47:20 -0700 Subject: [PATCH] Create README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..99c005a --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# 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 + +1. Install [Deno](https://deno.land/) if you haven't already +2. Clone this repository: + ```bash + git clone https://github.com/ObjectAscended/brave-origin-windows-unlocker.git + cd brave-origin-windows-unlocker