-
Notifications
You must be signed in to change notification settings - Fork 1
Releases: securityjoes/vaultify
Releases · securityjoes/vaultify
v0.4.0
Downloads
| Asset | Platform |
|---|---|
vaultify_*_windows_amd64.exe |
Windows (x86_64) — icon embedded in the binary |
vaultify_*_darwin_amd64 / vaultify_*_darwin_arm64 |
macOS bare CLI binaries |
vaultify_*_darwin_amd64.app.tar.gz / *_darwin_arm64.app.tar.gz |
macOS Vaultify.app bundle (extracts to Vaultify.app with native dock/Finder icon) |
vaultify_*_linux_amd64 / vaultify_*_linux_arm64 |
Linux bare CLI binaries |
Vaultify.icns |
Standalone macOS icon (drop into your own bundle) |
vaultify_*_linux-icons.tar.gz |
Linux hicolor PNG set + vaultify.desktop template (extract under ~/.local/share/icons/ and ~/.local/share/applications/) |
SHA256SUMS |
SHA-256 hashes for the binaries and Vaultify.icns |
LICENSE |
MIT |
Verify checksums
Download SHA256SUMS next to your binary, then:
- Linux:
sha256sum -c SHA256SUMS --ignore-missing - macOS:
shasum -a 256 -c SHA256SUMS(only if you downloaded every file listed inSHA256SUMS, or check one file:shasum -a 256 vaultify_*and compare to the file) - Windows (PowerShell):
Get-FileHash .\vaultify_*_windows_amd64.exe -Algorithm SHA256and compare to the line inSHA256SUMS
Install (recommended)
- macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/securityjoes/vaultify/main/scripts/install.sh | bash - Windows (PowerShell):
irm https://raw.githubusercontent.com/securityjoes/vaultify/main/scripts/install.ps1 | iex
After install, open a new terminal and run vaultify from any directory.
Notes
- Run
./vaultify(orvaultify.exeon Windows). The dashboard opens athttp://localhost:9471by default. - macOS binaries are not Apple-notarized; you may need to allow the app under System Settings → Privacy & Security the first time.
- 1Password integration requires the 1Password CLI (
op) where you use vault features.
What's Changed
- Install & upgrade — one-line scripts for macOS, Linux, and Windows; in-app Upgrade check against GitHub releases
- macOS app —
Vaultify.appwith native icon; 1Password CLI prompts show Vaultify (not Terminal) when launched from Applications - 1Password — finds
opfrom GUI launches (Homebrew PATH), developer-settings link, clearer connect/unlock guidance - Dev inventory — JetBrains, VS Code extensions, Eclipse, and MCP configs summarized with scan sessions
- Archive scans — scan secrets inside
.zipfiles from the dashboard - Exports — CSV and audit export from the scan menu
- Fixes — validation Check session bug, scanner self-match exclusions, sharper macOS icon assets
New Contributors
Full Changelog: v0.3.0...v0.4.0
Assets 13
- sha256:b7bcb89d4cd6c450692618082aea6a1f076743d19ceac702fc580506495eb6ec1.04 KB
2026年05月24日T20:16:23Z - sha256:0fff6a4e03d07d44657a4af4dd09e7f4c26f7a111aa3854b206d1db7ed29bee3863 Bytes
2026年05月24日T20:16:23Z - sha256:775e247cab31a98ac1abb7ac7822dfb1cb306870850d15d775b104562c3bff1e2.02 MB
2026年05月24日T20:16:23Z - sha256:4e0b936590774a7fdc1fb1702b18f08d16055544efbee22b500e6f92b81f64a217.8 MB
2026年05月24日T20:16:23Z - sha256:af3e4e3e87e4096120021a59ad642a126f89928bf2d0996b16b8aaa8f6eef33712.8 MB
2026年05月24日T20:16:23Z - sha256:f0efa5ffabea79a4d9b5c8d0375a5220cecc5f2b6c8fb515a2952feff93566db17.2 MB
2026年05月24日T20:16:23Z - sha256:75562c1f75307d708d88ed023e25bbec368001edd9e68a878e63e7c25039501112.6 MB
2026年05月24日T20:16:23Z - sha256:7daf0a1e7e9e616231b9dd0ac296b27047e14cf2c0bee0a35c405ce8019fa6e0384 KB
2026年05月24日T20:16:23Z - sha256:45b869e76bc0c4fb8ec04177370d8615fa69890af161b17157675b2902ce4a1d17.6 MB
2026年05月24日T20:16:23Z - sha256:b76646cc22f0f0a83fd4c19be68225fea85cc3a0ac9f3b76061bbdce843cfbd616.9 MB
2026年05月24日T20:16:23Z -
2026年05月24日T20:02:53Z -
2026年05月24日T20:02:53Z - Loading
v0.3.0
Downloads
| Asset | Platform |
|---|---|
vaultify_*_windows_amd64.exe |
Windows (x86_64) — icon embedded in the binary |
vaultify_*_darwin_amd64 / vaultify_*_darwin_arm64 |
macOS bare CLI binaries |
vaultify_*_darwin_amd64.app.tar.gz / *_darwin_arm64.app.tar.gz |
macOS Vaultify.app bundle (extracts to Vaultify.app with native dock/Finder icon) |
vaultify_*_linux_amd64 / vaultify_*_linux_arm64 |
Linux bare CLI binaries |
Vaultify.icns |
Standalone macOS icon (drop into your own bundle) |
vaultify_*_linux-icons.tar.gz |
Linux hicolor PNG set + vaultify.desktop template (extract under ~/.local/share/icons/ and ~/.local/share/applications/) |
SHA256SUMS |
SHA-256 hashes for the binaries and Vaultify.icns |
LICENSE |
MIT |
Verify checksums
Download SHA256SUMS next to your binary, then:
- Linux:
sha256sum -c SHA256SUMS --ignore-missing - macOS:
shasum -a 256 -c SHA256SUMS(only if you downloaded every file listed inSHA256SUMS, or check one file:shasum -a 256 vaultify_*and compare to the file) - Windows (PowerShell):
Get-FileHash .\vaultify_*_windows_amd64.exe -Algorithm SHA256and compare to the line inSHA256SUMS
Notes
- Run
./vaultify(orvaultify.exeon Windows). The dashboard opens athttp://localhost:9471by default. - macOS binaries are not Apple-notarized; you may need to allow the app under System Settings → Privacy & Security the first time.
- 1Password integration requires the 1Password CLI (
op) where you use vault features.
Full Changelog: https://github.com/inaor/vaultify/commits/v0.3.0
Assets 13
1 person reacted