Verified downloads.
Every artifact ships with a SHA-256 checksum. Verify before installing. For most users, the one-line installer at /install is faster and handles checksums for you.
VS Code extension
v1.0.6 UniversalWorks in Cursor, Cline, Continue, Windsurf, Codespaces, Roo Code, plain VS Code, and catches GitHub Copilot inline edits. Fires on every save.
# Install from the .vsix code --install-extension literalsec-1.0.6.vsix
JetBrains plugin
v1.0.2 BetaIntelliJ IDEA, WebStorm, PyCharm, GoLand, RustRover, RubyMine, PhpStorm, CLion, Android Studio. Drop-in install.
# In your JetBrains IDE: # Settings → Plugins → ⚙ → Install Plugin from Disk… → pick literalsec-jetbrains-1.0.2.zip
CLI script
v1.0.0 CoreSingle Node script. No deps. literalsec init auto-detects git, VS Code, Claude Code, Cursor and wires each.
# One-line installer (recommended) curl -fsSL https://literalsec.com/install.sh | bash # Or install the file manually curl -fsSL https://literalsec.com/downloads/literalsec-cli-1.0.0.js -o /usr/local/bin/literalsec chmod +x /usr/local/bin/literalsec
Git pre-commit hook
v1.0.1 UniversalWorks for any AI tool, any editor, any workflow — as long as you commit via git.
# One-line installer (recommended) curl -fsSL https://literalsec.com/install-git-hook.sh | bash # Or install the hook file manually cp literalsec-git-hook-1.0.1.js .git/hooks/pre-commit chmod +x .git/hooks/pre-commit
Installer scripts
CLI installer (install.sh)
v1.0.0What runs when you do curl -fsSL literalsec.com/install.sh | bash.
Git-hook installer (install-git-hook.sh)
v1.0.0What runs for the git-hook one-liner.
Verify checksums
Recommended way (uses the published SHA256SUMS)
Download the manifest and verify every file in one command:
curl -fsSL https://literalsec.com/downloads/SHA256SUMS -o SHA256SUMS sha256sum -c SHA256SUMS
Or single-file
sha256sum literalsec-1.0.6.vsix # Compare the output against the published SHA-256 above.
SHA256SUMS — all artifacts in one file