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: debian_based
  • impacted_process: Bitwarden
  • architecture: x64
  • signature_date:
  • size: 92.48 Mo
  • installed_size: 264.56 Mo
  • homepage : https://bitwarden.com

package           : tis-bitwarden
version           : 2025.11.1-16
architecture      : x64
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         : debian_based
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      : c3953c03-07d7-4c80-b1b7-5f438812bf2b
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-18T18:35:17.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         : s+KUsDsD3hFQ1mVnabb2vgQXlP4pRvNa1Z5SXTRWDqrp+X173S0DmRu9a1rXRNy0eR71fe1DVvI3Nz1s7druSwZSQ1w7kfcBAorYZOwu1q/OIP+Qswdx4mNlwCJiegvRN70wIpxZ6LxX4I1YWUCJQtWTtPoLkIg7uPIA6fn9Zux/jXOq0Z8bQQkRRsjmkflFq4aj9xhDEorpw4tk9bIQrvSle84yIjbI8UGSoGrQNXZP+XTTdNsLHilh75GK9SJ1/D8+6x5fKE7U0H2higHDxpLUBgf96C8ZeGhfHSZdzRJEkpkMGT9+5Us+h9oCDIcZB/PrOsPo32GbmC0etIEcvQ==

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


def install():
    bin_name = glob.glob("Bitwarden-*.deb")[0]
    install_deb(bin_name)


def uninstall():
    uninstall_apt("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 "-amd64.deb" in download["name"]:
                    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

a37c12eaddbdaf87a96094eb5fe4f06fb6fc299cd67d593f56809582e3361943 : Bitwarden-2025.11.1-amd64.deb
01ca7fe94636e5a08fcb73849d3b5df25d51e2c82f4dd1a08f01798b25899819 : WAPT/certificate.crt
dbf8b607ebe2628d1cb6a375b5f9e2157641ee283c4b1ad48db9bdf0c5fb73fc : WAPT/changelog.txt
bd127aea6af838c54f96af048b2c63366471f141cd875405b889b3464e141767 : WAPT/control
6ae13462bbcc8bb661e2aaba2b48439d70dd241410918e8eb54b89d7a4e92f01 : WAPT/icon.png
f2bdddcac84d62116e08ccb514066d61c1f2c4a4798d24cd9da86f7ea20e8d53 : luti.json
f542ae8aa43dd117379579a4fba719f6c52179c9c43e3cd90accad5e99609eb8 : setup.py
b41967a9bbccf94e97c97d64a2460c2bfd2d2e0223e8d986c932f6a24ef1e7ee : update_package.py

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

migrate to the new bitwarden github repo