Downloads:
31,756
Downloads of v 1.18.6:
2,877
Last Update:
19 May 2021
Package Maintainer(s):
Software Author(s):
- antelle
Tags:
keeweb keypass password admin foss cross-platform- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
KeeWeb
- 1
- 2
- 3
1.18.6 | Updated: 19 May 2021
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
31,756
Downloads of v 1.18.6:
2,877
Maintainer(s):
Software Author(s):
- antelle
KeeWeb 1.18.6
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by antelle. The inclusion of antelle trademark(s), if any, upon this webpage is solely to identify antelle goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install KeeWeb, run the following command from the command line or from PowerShell:
To upgrade KeeWeb, run the following command from the command line or from PowerShell:
To uninstall KeeWeb, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download keeweb --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade keeweb -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade keeweb -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install keeweb
win_chocolatey:
name: keeweb
version: '1.18.6'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'keeweb' do
action :install
source 'INTERNAL REPO URL'
version '1.18.6'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller keeweb
{
Name = "keeweb"
Version = "1.18.6"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'keeweb':
ensure => '1.18.6',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 22 Nov 2024.
Free cross-platform password manager compatible with KeePass.
This webapp is a browser and desktop password manager compatible with KeePass databases. It is written using electronjs and doesn't require any server or additional resources. The app can run either in browser, or as a desktop app.
Features
- Desktop apps for all platforms: Desktop apps look beautiful on each platform: macOS, Windows and Linux. You can open local files in Desktop apps.
- Themes: Switch between dark and light theme, whichever you like more.
- Color favorites: Mark items with color and easily find them using Colors tab.
- Multiple files support: Open several files, search any entry or view all items from all files as one list.
- One search for all files: Search works for all files, everything is done from one search box.
- Dropbox sync: Open files from Dropbox, sync changes across devices automatically.
- Easy tags input: Add tags to arrange entries. Quickly select them in the list or add new ones.
- Drag&Drop: Drop entry attachments and database files right to the app.
- Protected fields: Fields can be hidden when you need it. Also they will be stored in memory in more secure way than usual fields.
- Password generator: Generate passwords of any desired length, with only symbols you want.
- Offline access: Files are saved for offline use, even those opened from Dropbox. You can always access offline version, changes will be synced automatically when you are online again.
- Shortcuts: Access actions faster with shortcuts.
- Advanced search options: Refine search by specifying fields, searching passwords, history and using powerful regular expressions syntax.
- History: All changes you make are put to history. You can rollback to any state or delete the state completely.
- Entry icons: Select an icon from the set of predefined high-res icons, download website favicon or use your own icons.
- Table view: Switch between list and table layout.
- Inline image viewer: Attach images to entries and click to view.
- Open-source: The app is completely free: no trials, no demo versions, no limits. There's no catch. Even more: you can always build it from sources yourself. The source code is available on GitHub.
Notes
- This application comes with a built-in updater tool.
MIT License
Copyright (c) 2019 Antelle
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Licences of dependencies can be found here:
https://raw.githubusercontent.com/keeweb/keeweb/master/DEPS-LICENSE
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer have been downloaded from the Github release page <https://github.com/keeweb/keeweb/releases/tag/v1.18.6>
and can be verified like this:
1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.18.6/KeeWeb-1.18.6.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.18.6/KeeWeb-1.18.6.win.x64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: 1D4188AC8842F8E96280C3B80D9AFDDC59E7FC68F5C4ACE5C0E2C615D4676EA9
checksum64: D19412CE9693C38EF4D275FEB0E0A57A0FBA5E0D07814AC80B0D03C8EF25A232
File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/62ea631269794ca6f91d6ad3dc3a5e2fb12f1b6a/LICENSE>
$packageName = 'keeweb'
$softwareName = 'keeweb*'
$installerType = 'exe'
$silentArgs = '/S'
# It seems weird, but actually the uninstaller always returns 2 as exit code.
# Uninstalling keeweb...
# WARNING: Setup was cancelled.
# WARNING: Exit code '2' was considered valid by script, but not as a Chocolatey success code. Returning '0'.
# 0
# keeweb has been uninstalled.
# We cannot rely on choco autouninstaller feature, otherwise the uninstall
# process will be considered as a failure (and tests performed by Chocolatey will fail).
$validExitCodes = @(2)
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName
if ($key.Count -eq 1) {
$key | ForEach-Object {
# The chocolatey uninstaller function when used in combination of a
# registry key has issues with some NSIS and InnoSetup installers.
# Even if the following bug has been fixed, we still need to
# circumvent this issue.
# https://github.com/chocolatey/choco/issues/1039
$file = "$($_.UninstallString.Trim('"'))"
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | ForEach-Object {Write-Warning "- $_.DisplayName"}
}
md5: B9BA269C964C7E5F7D5DB4428729FA2B | sha1: 5FC209145DEC31859F70B0D0D91B51A986764B07 | sha256: 1D4188AC8842F8E96280C3B80D9AFDDC59E7FC68F5C4ACE5C0E2C615D4676EA9 | sha512: B45F607D5D6F546ADD8E1D75BE278CB554EC5B0FDA20788C4E216B8A28F93EB926BDF5DE06525022FE79EF7A36EDC035B3660DDBB10015EA3C2EED4E3119D4B1
md5: 9F66DD05A9F4F9C2AF2B5E4A3917E5FF | sha1: 2A2C91369CC7953C29AA808FF381A815B67A57AA | sha256: D19412CE9693C38EF4D275FEB0E0A57A0FBA5E0D07814AC80B0D03C8EF25A232 | sha512: 69BA9A46B11957E81352E0FBE8799A57CFDC6935E0F6520F6726FC3CE248D60B5C9E32BBBF612E9E9424E2B51398B98DA34ABD538D7FE8EDDEC5B5300DEEE506
Log in or click on link to see number of positives.
- keeweb.1.18.6.nupkg (3e6266f4f4dc) - ## / 45
- KeeWeb-1.18.6.win.ia32.exe (1d4188ac8842) - ## / 65
- KeeWeb-1.18.6.win.x64.exe (d19412ce9693) - ## / 62
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
KeeWeb 1.18.6 | 2877 | Wednesday, May 19, 2021 | Approved | |
KeeWeb 1.18.5 | 252 | Saturday, May 15, 2021 | Approved | |
KeeWeb 1.18.4 | 207 | Thursday, May 13, 2021 | Approved | |
KeeWeb 1.18.3 | 248 | Sunday, May 9, 2021 | Approved | |
KeeWeb 1.18.2 | 180 | Sunday, May 9, 2021 | Approved | |
KeeWeb 1.18.1 | 138 | Sunday, May 9, 2021 | Approved | |
KeeWeb 1.17.6 | 476 | Friday, April 9, 2021 | Approved | |
KeeWeb 1.17.5 | 326 | Saturday, March 27, 2021 | Approved | |
KeeWeb 1.17.4 | 423 | Thursday, March 18, 2021 | Approved | |
KeeWeb 1.17.3 | 249 | Monday, March 15, 2021 | Approved | |
KeeWeb 1.17.2 | 177 | Saturday, March 13, 2021 | Approved | |
KeeWeb 1.17.1 | 242 | Thursday, March 11, 2021 | Approved | |
KeeWeb 1.17.0 | 261 | Sunday, March 7, 2021 | Approved | |
KeeWeb 1.16.8 | 273 | Wednesday, March 3, 2021 | Approved | |
KeeWeb 1.16.7 | 609 | Thursday, December 31, 2020 | Approved | |
KeeWeb 1.16.6 | 208 | Wednesday, December 30, 2020 | Approved | |
KeeWeb 1.16.5 | 359 | Saturday, December 19, 2020 | Approved | |
KeeWeb 1.16.4 | 189 | Friday, December 18, 2020 | Approved | |
KeeWeb 1.16.3 | 394 | Friday, December 11, 2020 | Approved | |
KeeWeb 1.16.1 | 392 | Friday, December 4, 2020 | Approved | |
KeeWeb 1.16.0 | 360 | Sunday, November 29, 2020 | Approved | |
KeeWeb 1.15.7 | 741 | Saturday, September 12, 2020 | Approved | |
KeeWeb 1.15.6 | 522 | Saturday, August 8, 2020 | Approved | |
KeeWeb 1.15.5 | 614 | Saturday, June 20, 2020 | Approved | |
KeeWeb 1.15.2 | 220 | Monday, June 22, 2020 | Approved | |
KeeWeb 1.15.1 | 369 | Monday, June 8, 2020 | Approved | |
KeeWeb 1.15.0 | 207 | Monday, June 8, 2020 | Approved | |
KeeWeb 1.14.3 | 487 | Saturday, May 16, 2020 | Approved | |
KeeWeb 1.14.2 | 435 | Monday, May 4, 2020 | Approved | |
KeeWeb 1.14.1 | 265 | Monday, May 4, 2020 | Approved | |
KeeWeb 1.14.0 | 511 | Monday, April 20, 2020 | Approved | |
KeeWeb 1.13.4 | 356 | Thursday, April 16, 2020 | Approved | |
KeeWeb 1.13.3 | 326 | Wednesday, April 15, 2020 | Approved | |
KeeWeb 1.13.2 | 350 | Thursday, April 9, 2020 | Approved | |
KeeWeb 1.13.1 | 299 | Wednesday, April 8, 2020 | Approved | |
KeeWeb 1.12.3 | 923 | Monday, November 11, 2019 | Approved | |
KeeWeb 1.12.2 | 349 | Wednesday, November 6, 2019 | Approved | |
KeeWeb 1.12.1 | 388 | Sunday, October 27, 2019 | Approved | |
KeeWeb 1.12.0 | 269 | Sunday, October 27, 2019 | Approved | |
KeeWeb 1.11.10 | 383 | Thursday, October 17, 2019 | Approved | |
KeeWeb 1.11.9 | 346 | Tuesday, October 15, 2019 | Approved | |
KeeWeb 1.11.8 | 309 | Saturday, October 12, 2019 | Approved | |
KeeWeb 1.11.7 | 318 | Thursday, October 10, 2019 | Approved | |
KeeWeb 1.11.6 | 382 | Saturday, October 5, 2019 | Approved | |
KeeWeb 1.11.5 | 338 | Monday, September 30, 2019 | Approved | |
KeeWeb 1.11.4 | 234 | Sunday, September 29, 2019 | Approved | |
KeeWeb 1.11.3 | 236 | Sunday, September 29, 2019 | Approved | |
KeeWeb 1.10.1 | 414 | Sunday, September 22, 2019 | Approved | |
KeeWeb 1.10.0 | 436 | Tuesday, September 10, 2019 | Approved | |
KeeWeb 1.9.2 | 448 | Wednesday, August 28, 2019 | Approved | |
KeeWeb 1.9.1 | 375 | Wednesday, August 21, 2019 | Approved | |
KeeWeb 1.8.2 | 760 | Sunday, April 28, 2019 | Approved | |
KeeWeb 1.8.1 | 468 | Saturday, April 6, 2019 | Approved | |
KeeWeb 1.8.0 | 397 | Tuesday, April 2, 2019 | Approved | |
KeeWeb 1.7.8 | 494 | Saturday, March 2, 2019 | Approved | |
KeeWeb 1.7.7 | 408 | Sunday, February 10, 2019 | Approved | |
KeeWeb 1.7.6 | 303 | Friday, February 8, 2019 | Approved | |
KeeWeb 1.7.4 | 463 | Friday, January 18, 2019 | Approved | |
KeeWeb 1.7.3 | 359 | Sunday, January 13, 2019 | Approved | |
KeeWeb 1.7.2 | 399 | Monday, January 7, 2019 | Approved | |
KeeWeb 1.7.1 | 342 | Monday, January 7, 2019 | Approved | |
KeeWeb 1.6.3 | 958 | Sunday, May 27, 2018 | Approved | |
KeeWeb 1.6.2 | 365 | Sunday, May 20, 2018 | Approved | |
KeeWeb 1.6.1 | 278 | Sunday, May 20, 2018 | Approved | |
KeeWeb 1.6.0 | 299 | Sunday, May 20, 2018 | Approved | |
KeeWeb 1.5.6 | 846 | Tuesday, October 3, 2017 | Approved | |
KeeWeb 1.5.5 | 400 | Tuesday, October 3, 2017 | Approved | |
KeeWeb 1.5.4 | 441 | Tuesday, October 3, 2017 | Approved | |
KeeWeb 1.5.3 | 456 | Tuesday, October 3, 2017 | Approved | |
KeeWeb 1.5.2 | 377 | Tuesday, October 3, 2017 | Approved | |
KeeWeb 1.5.1 | 412 | Tuesday, October 3, 2017 | Approved | |
KeeWeb 1.5.0 | 597 | Saturday, May 20, 2017 | Approved | |
KeeWeb 1.4.0 | 528 | Monday, February 13, 2017 | Approved | |
KeeWeb 1.3.3 | 488 | Monday, November 7, 2016 | Approved |
2016 Antelle
This package has no dependencies.
Ground Rules:
- This discussion is only about KeeWeb and the KeeWeb package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or KeeWeb, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.