Deadbolt
brew install --cask deadbolt
v2.1.1
File encryption tool
4
30-day installs · #5940
14
90-day · #5542
84
365-day · #4754
417
★ GitHub stars · updated 5mo ago
GitHub topics
aes-256
cryptography
encryption
encryption-decryption
encryption-tool
linux
macos
windows
Links
- https://github.com/alichtman/deadbolt
- GitHub: alichtman/deadbolt
- Brew formula source: Casks/d/deadbolt.rb
Raw metadata
{
"alternatives": [],
"artifacts": [
{
"app": [
"Deadbolt.app"
],
"target": "/Applications/Deadbolt.app"
},
{
"zap": [
{
"trash": [
"~/Library/Application Support/deadbolt",
"~/Library/Preferences/org.alichtman.deadbolt.plist",
"~/Library/Saved Application State/org.alichtman.deadbolt.savedState"
]
}
]
}
],
"auto_updates": null,
"categories": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "File encryption tool",
"disable_reason": null,
"disabled": 0,
"display_name": "Deadbolt",
"enrichment_fetched_at": "2026-06-20T22:41:59+00:00",
"first_seen": "2026-06-20T00:47:34+00:00",
"full_token": "deadbolt",
"github_default_branch": "main",
"github_last_commit_at": "2026-03-01T10:43:32Z",
"github_readme_excerpt": "# deadbolt\n\n\u003cimg src=\"img/deadbolt-header.png\" /\u003e\n\n`deadbolt` simplifies encrypting and decrypting files. All you need is a password. Works on any laptop / desktop that you do.\n\nYou can download `deadbolt` for **macOS**, **Windows**, or **Linux**. Any encrypted file can be shared across these platforms.\n\n## Quickstart\n\n### GUI\n\nDownload the desktop app from the [releases tab](https://github.com/alichtman/deadbolt/releases) or see the [installation section](#building--installing) below for platform-specific instructions.\n\nSelect a file (or folder) to encrypt, enter a password, and \u2026 that\u0027s it. Decryption is just as easy.\n\n### CLI\n\n`deadbolt` includes a command-line interface for encrypting and decrypting files without the GUI. If you don\u0027t provide a password, you\u0027ll be prompted to enter it securely.\n\n```bash\n$ npm install -g deadbolt-cli\n\n# Encrypt a file or folder\n$ deadbolt encrypt secret.pdf\n\n# Decrypt a file\n$ deadbolt decrypt secret.pdf.deadbolt\n\n# Provide password directly (warning: may be logged in shell history)\n$ deadbolt encrypt secret.pdf --password \"my-secure-password\"\n$ deadbolt decrypt secret.pdf.deadbolt --password \"my-secure-password\"\n```\n\n## Building / Installing\n\nCheck out the [releases tab](https://github.com/alichtman/deadbolt/releases) for pre-built binaries for Mac, Windows, and Linux.\n\n### `macOS`\n\n#### Recommended: Installing with Homebrew\n\nThe recommended way to install `deadbolt` on `macOS` is with [Homebrew](https://brew.sh), which uses [this recipe](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/d/deadbolt.rb):\n\n```bash\n# Install Homebrew\n$ /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n\n# Install deadbolt, using homebrew\n$ brew install deadbolt --cask\n```\n\n#### Using `.dmg` from GitHub Releases\n\nInstall the `deadbolt.dmg` file from [GitHub Releases](https://github.com/alichtman/deadbolt/releases). There are builds for both `x86_64` (Intel) and `arm64` (Apple Silicon -- M1, M2, ",
"github_repo": "alichtman/deadbolt",
"github_stars": 417,
"github_topics": [
"aes-256",
"cryptography",
"encryption",
"encryption-decryption",
"encryption-tool",
"linux",
"macos",
"windows"
],
"homepage": "https://github.com/alichtman/deadbolt",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 4,
"installs_365d": 84,
"installs_90d": 14,
"last_seen": "2026-06-20T00:47:34+00:00",
"llm_generated_at": null,
"llm_model": null,
"names": [
"Deadbolt"
],
"one_liner": null,
"rank_30d": 5940,
"rank_365d": 4754,
"rank_90d": 5542,
"raw_hash": "44c0325d0d785c39",
"ruby_source_path": "Casks/d/deadbolt.rb",
"tap": "homebrew/cask",
"token": "deadbolt",
"version": "2.1.1",
"why_use_this": null
}