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-*.vsix

Works in VS Code, Cursor, Windsurf, and VSCodium — anything that accepts .vsix.

How to use

  • 01
    Right-click any folder in the Explorer → Just Obfuscate: Seal this folder
  • 02
    Right-click any file (or editor tab) → Just Obfuscate: Seal this file
  • 03
    Command 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

settingdefaultdescription
justobfuscate.profilemaximumlight · standard · maximum aggression
justobfuscate.stripConsoletrueStrip console.* from JS/TS
justobfuscate.encryptStringstrueEncrypt JS string literals
justobfuscate.superSafetruePreserve risky files untouched
justobfuscate.endpointhttps://justobfuscator.vercel.appOverride API host

Limits

  • Cap
    50 MB per folder
  • Auth
    None — uses public API
  • Privacy
    Only the API sees your code