{"id":13734547,"url":"https://github.com/faejr/valawarden","last_synced_at":"2025-05-08T10:32:03.775Z","repository":{"id":88230583,"uuid":"155766274","full_name":"faejr/valawarden","owner":"faejr","description":"Unofficial native Bitwarden client for elementary OS","archived":false,"fork":false,"pushed_at":"2018-11-26T12:53:20.000Z","size":318,"stargazers_count":27,"open_issues_count":12,"forks_count":5,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-08-23T22:10:36.914Z","etag":null,"topics":["bitwarden","elementary","elementary-apps","elementary-os","elementaryos","password-manager","vala","vala-applications"],"latest_commit_sha":null,"homepage":"","language":"Vala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faejr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-11-01T19:36:30.000Z","updated_at":"2024-04-27T12:29:37.000Z","dependencies_parsed_at":"2023-03-13T18:28:21.421Z","dependency_job_id":null,"html_url":"https://github.com/faejr/valawarden","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faejr%2Fvalawarden","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faejr%2Fvalawarden/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faejr%2Fvalawarden/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faejr%2Fvalawarden/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faejr","download_url":"https://codeload.github.com/faejr/valawarden/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224720985,"owners_count":17358487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitwarden","elementary","elementary-apps","elementary-os","elementaryos","password-manager","vala","vala-applications"],"created_at":"2024-08-03T03:00:57.264Z","updated_at":"2024-11-15T02:32:48.488Z","avatar_url":"https://github.com/faejr.png","language":"Vala","funding_links":[],"categories":["Applications"],"sub_categories":["Security"],"readme":"\u003cp align=\"center\"\u003e\n\u003ci\u003e(This project is not associated with the \u003ca href=\"https://bitwarden.com/\" title=\"Bitwarden\"\u003eBitwarden\u003c/a\u003e project nor 8bit Solutions LLC.)\u003c/i\u003e\n\u003c/p\u003e\n\n![Logo](data/images/logotype.png)\n_Logo Artwork By [@richardbmx](https://github.com/richardbmx)_\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eValawarden\u003c/h1\u003e\n  \u003ch3 align=\"center\"\u003eUnofficial native bitwarden client for elementary OS\u003c/h3\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n\u003c!--\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://appcenter.elementary.io/com.github.liljebergxyz.valawarden\"\u003e\n        \u003cimg src=\"https://appcenter.elementary.io/badge.svg\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e--\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/liljebergxyz/valawarden/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-GPL--3.0-blue.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/liljebergxyz/valawarden/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Release-v%200.1.0-orange.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://travis-ci.com/LiljebergXYZ/valawarden\"\u003e\n    \u003cimg src=\"https://travis-ci.com/LiljebergXYZ/valawarden.svg?branch=develop\" alt=\"Build Status\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n  \u003cbr /\u003e\n  \u003ca href=\"https://github.com/liljebergxyz/valawarden/issues/new\"\u003e Report a problem! \u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\n\n### Dependencies\nThese dependencies must be present before building:\n- `meson`\n- `valac`\n- `debhelper`\n- `libgranite-dev`\n- `libgtk-3-dev`\n- `libsoup2.4-dev`\n- `libjson-glib-dev`\n- `uuid-dev`\n- `libgcrypt20-dev`\n\n\nUse the App script to simplify installation by running `./app install-deps`\n\n ### Building\n\n```\ngit clone https://github.com/liljebergxyz/valawarden.git com.github.liljebergxyz.valawarden \u0026\u0026 cd com.github.liljebergxyz.valawarden\n./app install-deps \u0026\u0026 ./app install\n```\n\n### Deconstruct\n\n```\n./app uninstall\n```\n\n### Development \u0026 Testing\n\nValawarden includes a script to simplify the development process. This script can be accessed in the main project directory through `./app`.\n\n```\nUsage:\n  ./app [OPTION]\n\nOptions:\n  clean             Removes build directories (can require sudo)\n  generate-i18n     Generates .pot and .po files for i18n (multi-language support)\n  install           Builds and installs application to the system (requires sudo)\n  install-deps      Installs missing build dependencies\n  run               Builds and runs the application\n  test              Builds and runs testing for the application\n  test-run          Builds application, runs testing and if successful application is started\n  beautify          Beautify code using uncrustify\n  uninstall         Removes the application from the system (requires sudo)\n```\n\n### Contributing\n\nTo help look at the available [Issues](https://github.com/LiljebergXYZ/valawarden/issues). While some a labled \"help wanted\" you may pick anything to help out with so long as you notify me with a comment on the issue.\n\n\n### License\n\nThis project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE.md) file for details.\n\n### Resources used\n\n* [https://github.com/jcs/rubywarden/blob/master/API.md](https://github.com/jcs/rubywarden/blob/master/API.md)\n* [https://github.com/edas/bitwapi](https://github.com/edas/bitwapi)\n* [https://github.com/bitwarden/jslib](https://github.com/bitwarden/jslib)\n* [https://github.com/bitwarden/cli](https://github.com/bitwarden/cli)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaejr%2Fvalawarden","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaejr%2Fvalawarden","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaejr%2Fvalawarden/lists"}