VS Code · Cursor · Windsurf · VSCodium
Right-click.
Sealed.
Install the Just Obfuscate extension and a new entry appears in your Explorer context menu. Pick a folder or a file, click Seal, and a .obfuscated.ziplands right next to it.
# Explorer
📁 my-project
📁 src
📁 dist
📄 package.json
Open in Integrated Terminal
Reveal in Finder
Copy Path
🔒 Just Obfuscate: Seal this folder
Install in 3 commands
Bash
# 1. Clone the repo
git clone https://github.com/mydevelopingforai-star/JUSTOBFUSCATE-ALL-LANGUAGE-OBFUSCATOR-FREE.git
cd JUSTOBFUSCATE-ALL-LANGUAGE-OBFUSCATOR-FREE/vscode-extension
# 2. Build the .vsix
npm install
npm run build
npx vsce package --no-dependencies
# 3. Install into VS Code (or Cursor / Windsurf / VSCodium)
code --install-extension just-obfuscate-*.vsixWorks in VS Code, Cursor, Windsurf, and VSCodium — anything that accepts .vsix.
How to use
- 01Right-click any folder in the Explorer → Just Obfuscate: Seal this folder
- 02Right-click any file (or editor tab) → Just Obfuscate: Seal this file
- 03Command Palette (⌘⇧P / Ctrl⇧P) → Just Obfuscate: …
The sealed file is written as <name>.obfuscated.zip next to the source.node_modules, .git, build directories and virtualenvs are skipped automatically.
Settings
| setting | default | description |
|---|---|---|
| justobfuscate.profile | maximum | light · standard · maximum aggression |
| justobfuscate.stripConsole | true | Strip console.* from JS/TS |
| justobfuscate.encryptStrings | true | Encrypt JS string literals |
| justobfuscate.superSafe | true | Preserve risky files untouched |
| justobfuscate.endpoint | https://justobfuscator.vercel.app | Override API host |
Limits
- Cap50 MB per folder
- AuthNone — uses public API
- PrivacyOnly the API sees your code