A Bitwarden Password Manager Client for Ubuntu Touch, based on bw cli
  • Python 57%
  • QML 41.8%
  • CMake 1.2%
Find a file
Ettore Atalan a492d3702d
Translated using Weblate (German)
Currently translated at 10.0% (15 of 149 strings)

Translation: UBports/App: Sealed
Translate-URL: https://hosted.weblate.org/projects/ubports/sealed/de/
2026-07-21 21:01:23 +02:00
.forgejo/workflows Release from forgejo, remove github action 2026-06-26 18:12:24 -03:00
assets - First release 2025-09-23 02:58:41 -03:00
po Translated using Weblate (German) 2026-07-21 21:01:23 +02:00
qml 2.1.5 2026-05-06 13:12:13 -03:00
src 2.1.5 2026-05-06 13:12:13 -03:00
.flake8 - First release 2025-09-23 02:58:41 -03:00
.gitignore 2.1.0 2026-03-29 14:45:05 -03:00
.isort.cfg - First release 2025-09-23 02:58:41 -03:00
.pre-commit-config.yaml - First release 2025-09-23 02:58:41 -03:00
.python-version 1.0.0 2025-10-02 15:59:50 -03:00
build-python-deps.sh 2.0.0 2025-12-22 19:48:53 -03:00
clickable.yaml 2.0.0 2025-12-22 19:48:53 -03:00
CMakeLists.txt 2.0.0 2025-12-22 19:48:53 -03:00
LICENSE - First release 2025-09-23 02:58:41 -03:00
manifest.json.in - First release 2025-09-23 02:58:41 -03:00
pyproject.toml 2.0.0 2025-12-22 19:48:53 -03:00
README.md - First release 2025-09-23 02:58:41 -03:00
sealed.apparmor 1.0.0 2025-10-02 15:59:50 -03:00
sealed.desktop.in 1.2.0 2025-11-13 13:27:55 -03:00
snapcraft.yaml - First release 2025-09-23 02:58:41 -03:00
uv.lock 2.0.0 2025-12-22 19:48:53 -03:00

Sealed

OpenStore

A Bitwarden Password Manager Client for Ubuntu Touch

Development

To run this App, you'll need a copy of Bitwarden CLI (arm build).

Currenlty Bitwarden does not provide arm linux builds on their GitHub releases.

But you can grab a pre built binary from their Github Action:

  • Open above link
  • Search for job "CLI linux-arm64 - open source license"
  • Inside the job, look for the step "Upload unix zip asset"
  • Open the logs, there will be an Artifact Download URL
  • Download and extract the binary inside the lib folder in the root of this repository

This project expects to call the binary in the location lib/bw.

For convenience, the binary that this application is currenlty developed can be downloaded here

License

Copyright (C) 2025 Brenno Flávio de Almeida

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.