tis-bitwarden icon

Bitwarden

Silent install package for Bitwarden

2025.11.1-16
Security
Utilities
Security
Utilities

Preprod packages are packages built on LUTI. They remain in PREPROD usually for 5 days, after which a new VirusTotal scan is performed.
If the package passes this last check, it is promoted to PROD and published on the store.

  • package: tis-bitwarden
  • name: Bitwarden
  • version: 2025.11.1-16
  • categories: Security,Utilities
  • maintainer: WAPT Team,Tranquil IT,Jimmy PELÉ,Simon Fonteneau
  • editor: 8bit Solutions LLC
  • licence: opensource_free,cpe:/a:gnu:gpl_v3,wapt_public
  • locale: all
  • target_os: darwin
  • impacted_process: Bitwarden
  • architecture: all
  • signature_date:
  • size: 240.40 Mo
  • installed_size: 264.56 Mo
  • homepage : https://bitwarden.com

package           : tis-bitwarden
version           : 2025.11.1-16
architecture      : all
section           : base
priority          : optional
name              : Bitwarden
categories        : Security,Utilities
maintainer        : WAPT Team,Tranquil IT,Jimmy PELÉ,Simon Fonteneau
description       : Bitwarden is a freemium and open source password manager under the AGPL license, which allows you to generate and store passwords in a secure manner. These elements are protected by a single password called "master password"
depends           : 
conflicts         : 
maturity          : PREPROD
locale            : all
target_os         : darwin
min_wapt_version  : 2.3
sources           : https://github.com/bitwarden/clients/releases
installed_size    : 264558131
impacted_process  : Bitwarden
description_fr    : Bitwarden est un gestionnaire de mots de passe freemium et open source sous licence AGPL, qui permet de générer et de conserver des mots de passe de manière sécurisée. Ces éléments sont protégés par un seul et unique mot de passe appelé « mot de passe maître »
description_pl    : Bitwarden to freemium i open source menedżer haseł na licencji AGPL, który pozwala na generowanie i przechowywanie haseł w bezpieczny sposób. Elementy te są chronione przez pojedyncze hasło zwane "hasłem głównym"
description_de    : Bitwarden ist ein Freemium- und Open-Source-Passwortmanager unter der AGPL-Lizenz, mit dem Sie Passwörter auf sichere Weise erzeugen und speichern können. Diese Elemente werden durch ein einziges Passwort geschützt, das "Master-Passwort" genannt wird
description_es    : Bitwarden es un gestor de contraseñas freemium y de código abierto bajo licencia AGPL, que permite generar y almacenar contraseñas de forma segura. Estos elementos están protegidos por una única contraseña llamada "contraseña maestra"
description_pt    : Bitwarden é um gestor de senhas livre e de código aberto sob a licença AGPL, que lhe permite gerar e armazenar senhas de uma forma segura. Estes elementos são protegidos por uma única palavra-passe chamada "master password"
description_it    : Bitwarden è un gestore di password freemium e open source con licenza AGPL, che consente di generare e memorizzare le password in modo sicuro. Questi elementi sono protetti da un'unica password chiamata "master password"
description_nl    : Bitwarden is een freemium en open source wachtwoordmanager onder de AGPL licentie, die u in staat stelt wachtwoorden te genereren en op te slaan op een veilige manier. Deze elementen worden beschermd door een enkel wachtwoord genaamd "master password"
description_ru    : Bitwarden - это freemium-менеджер паролей с открытым исходным кодом под лицензией AGPL, который позволяет генерировать и хранить пароли в защищенном виде. Эти элементы защищены одним паролем, называемым "мастер-паролем"
audit_schedule    : 
editor            : 8bit Solutions LLC
keywords          : 
licence           : opensource_free,cpe:/a:gnu:gpl_v3,wapt_public
homepage          : https://bitwarden.com
package_uuid      : 63ad170e-92d7-41bc-9093-52eecd9623fb
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : https://github.com/bitwarden/clients/releases
min_os_version    : 
max_os_version    : 
icon_sha256sum    : 6ae13462bbcc8bb661e2aaba2b48439d70dd241410918e8eb54b89d7a4e92f01
signer            : test
signer_fingerprint: b82fc8ef4a4475c0f69ac168176c2bfc58f572eb716c4eadd65e4785c155dd8e
signature_date    : 2025-11-19T09:18:30.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature         : KsBvw3LYvcBuHSf2k3yHrbchu1h4NYZifQM4ogxLuu5mU7SCLozPH9jT0IqkaNCeo7fvnXZ2f8kmhCMWHCSjhdPlqke1QtELwFCqLRqJ0IcIaaZNsTw5GXEjLC9BNnEKNseDp9Bug/56CPlYRaxX3J8JAklIKi6Q4S026/DTcxjPw1x8ranU0zxvxHASz4VL/x2IiSoLR/ugkC3vDzv3NRW24pLx5jdspH3KxYHmc6KtaUkG4Z/BEihIB8eNFwbhSyyiNyQ/fb7WsDRek7GIsj5dLoKDIv09LKRApHMynmCt4gbbkuMJBex9+lQb/6x+Scjroo6xWlykPm/tmn2noA==

# -*- coding: utf-8 -*-
from setuphelpers import *


def install():
    bin_name = glob.glob("Bitwarden-*.dmg")[0]
    install_dmg(bin_name, min_version=control.get_software_version())


def uninstall():
    uninstall_app("bitwarden")

# -*- coding: utf-8 -*-
from setuphelpers import *
import json


def update_package():
    # Declaring local variables
    package_updated = False
    proxies = get_proxies()
    if not proxies:
        proxies = get_proxies_from_wapt_console()
    app_name = control.name
    api_url = "https://api.github.com/repos/bitwarden/clients/releases"

    # Getting latest version information from official sources
    print("API used is: %s" % api_url)
    dict_result = json.loads(wgets(api_url, proxies=proxies))
    for tag in dict_result:
        if tag["name"].startswith("Desktop ") and not tag["draft"] and not tag["prerelease"]:
            print("Tag URL used is: %s" % tag["html_url"])
            version = tag["tag_name"].split("-")[-1].replace("v", "")
            for download in tag["assets"]:
                if download["name"].endswith("-universal.dmg"):
                    download_url = download["browser_download_url"]
                    latest_bin = download["name"]
                    break
            break

    # Downloading latest binaries
    print("Latest %s version is: %s" % (app_name, version))
    print("Download URL is: %s" % download_url)
    if not isfile(latest_bin):
        print("Downloading: %s" % latest_bin)
        wget(download_url, latest_bin, proxies=proxies)
    else:
        print("Binary is present: %s" % latest_bin)

    # Changing version of the package
    if Version(version) > Version(control.get_software_version()):
        print("Software version updated (from: %s to: %s)" % (control.get_software_version(), Version(version)))
        package_updated = True
    else:
        print("Software version up-to-date (%s)" % Version(version))
    control.set_software_version(version)
    control.save_control_to_wapt()

    # Deleting outdated binaries
    remove_outdated_binaries(version)

    # Validating update-package-sources
    return package_updated

6d4c67f81960558d7f25ff3e551645eb2431315edf1f56b3f4b836b3caabee07 : Bitwarden-2025.11.1-universal.dmg
01ca7fe94636e5a08fcb73849d3b5df25d51e2c82f4dd1a08f01798b25899819 : WAPT/certificate.crt
dbf8b607ebe2628d1cb6a375b5f9e2157641ee283c4b1ad48db9bdf0c5fb73fc : WAPT/changelog.txt
0640eaaf0bb56c7aff2372dbe6882c4a05a1efc38492ab0f5e20fcc136907a44 : WAPT/control
6ae13462bbcc8bb661e2aaba2b48439d70dd241410918e8eb54b89d7a4e92f01 : WAPT/icon.png
21c1f2606c83ac2ac86f031ded7aea2b90f09c8daa8ccc1a00075943b2b91216 : luti.json
03986f03cd66777e959ff764ba360b08c82e5fce5fa2ebd2a754f7069563b484 : setup.py
6035ae25bc739bb450a553c4907936f4074cdaf3b823160d253b05f246ecdc22 : update_package.py

https://github.com/bitwarden/clients/releases
2022.6.2-15

migrate to the new bitwarden github repo