All Projects → passwall → passwall-desktop

passwall / passwall-desktop

Licence: other
PassWall Desktop is the desktop client for PassWall Server written with Electron Vue.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
EJS
674 projects

Projects that are alternatives of or similar to passwall-desktop

Social Amnesia
Forget the past. Social Amnesia makes sure your social media accounts only show your posts from recent history, not from "that phase" 5 years ago.
Stars: ✭ 656 (+352.41%)
Mutual labels:  electron-vue, electronjs
handscream
Time and task Management
Stars: ✭ 27 (-81.38%)
Mutual labels:  electron-vue, electronjs
Pic Gather
[ Closed ] 🎨 image collector, which supports custom acquisition source configuration and is compatible with MacOS and Windows operating systems.
Stars: ✭ 842 (+480.69%)
Mutual labels:  electron-vue, electronjs
Vue Electron Template
An Electron & Vue.js template with Hot-reloading enabled and common Vue plugins, dev, debug and build scripts configured.
Stars: ✭ 260 (+79.31%)
Mutual labels:  electron-vue, electronjs
App Store Tailwind
Mojave App Store Rebuild with Tailwind CSS, Electron and Vue
Stars: ✭ 82 (-43.45%)
Mutual labels:  electron-vue, electronjs
pass-audit
A pass extension for auditing your password repository.
Stars: ✭ 71 (-51.03%)
Mutual labels:  password-manager
mpk-desktop-app
My Personal Kanban Desktop App is a standalone desktop implementation of the Personal Kanban.
Stars: ✭ 81 (-44.14%)
Mutual labels:  electronjs
jpass
🔐 Password manager application with strong encryption (AES-256). [Java/Swing]
Stars: ✭ 129 (-11.03%)
Mutual labels:  password-manager
addon-bitwarden
Vaultwarden (Bitwarden) - Home Assistant Community Add-ons
Stars: ✭ 102 (-29.66%)
Mutual labels:  password-manager
slab
sudolikeaboss replacement - 1Password utility to interact with iTerm2 and type in your passwords for you.
Stars: ✭ 26 (-82.07%)
Mutual labels:  password-manager
PassLock
PassLock is a medium-security password manager that encrypts passwords using Advanced Encryption Standards (AES)
Stars: ✭ 44 (-69.66%)
Mutual labels:  password-manager
CloudMusic
使用vue和electron实现的音乐应用(C-Music)
Stars: ✭ 43 (-70.34%)
Mutual labels:  electron-vue
electron-admin
An electron-vue project.
Stars: ✭ 54 (-62.76%)
Mutual labels:  electron-vue
git-issue-react-electronjs
⚙️. ⚛️. A desktop application created with Electronjs and Reactjs to be cross-platform to manage and track GitHub issues.
Stars: ✭ 21 (-85.52%)
Mutual labels:  electronjs
electron-auth0-login
Helper widget for Auth0 authentication in Electron desktop apps
Stars: ✭ 23 (-84.14%)
Mutual labels:  electronjs
password-keeper
A simple and secure Password Management System made completely in Python.
Stars: ✭ 26 (-82.07%)
Mutual labels:  password-manager
keepass2-to-keepassx
KeePass2 to KeePassX password database convertor.
Stars: ✭ 21 (-85.52%)
Mutual labels:  password-manager
Passky-Desktop
Desktop application for Passky (password manager)
Stars: ✭ 47 (-67.59%)
Mutual labels:  password-manager
IKFB
Involution King Fun Book (IKFB, Chinese: 快卷, 卷王快乐本) is an integrated management system for papers and literature. Powered by Electron.
Stars: ✭ 29 (-80%)
Mutual labels:  electron-vue
KeePassHax
A tool to extract a KeePass master password from memory
Stars: ✭ 57 (-60.69%)
Mutual labels:  password-manager

PassWall Desktop

The PassWall Desktop is an Electron Vue application that powers the web vault (https://vault.passwall.io/).

Build/Run

If you want to use this client with official PassWall Server, please first sign up via PassWall Signup

Requirements

Node Version

Passwall desktop uses Node 12.14.0 version. For an easy Node setup, you can install NVM and change Node version easily.

# install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash

# install desired node version
nvm install 12.14.0

# change version
nvm use 12.14.0

Run the app

After installing yarn, you can download dependencies and run the app with the commands below.

# install dependencies
yarn

# serve with hot reload at localhost:9080
yarn run dev

# build electron application for production
yarn run build

Build From Source Code

After installing yarn, you can download dependencies and run the app with the commands below.

# auto choose platform and architecture
yarn build

# MacOS x64 (intel)
yarn build --mac --x64

# MacOS arm64 (M1)
yarn build --mac --arm64

# Linux Debian Package
yarn build --linux --x64 

# Windows x64
yarn build --win --x64

# All Platforms
yarn run build -wml --arm64 --x64
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].