PassTron is a Security Password Manager that stores user's password locally instead of a live database. It can auto generate secure passwords with stable UI experience
PassTron Security is a Password manager that stores user’s password locally instead of a live database. It can auto generate secured passwords and UI experience is stable.
Existing distributions:
Linux-x64
passtron-win32-x64 Windows32-x64
PassTron/distributions/
|___ linux-x64
| |___ passtron-linux-x64
|
|___ Win32-x64
|___ passtron-win32-x64
Using MSI installer
MSI
installer for Windows
PassTron-v0.1.0.msi
Start Menu
and in your search explorer
type PassTron
and click on the PassTron
executable file in the search result.distributions/win64
directory, win64/
directory and then double-click on the passtron.exe
executible file.Debian package is yet to be built, but the distribution is created for now.
PassTron-v0.1.0-linux-x64
Clone the repository:
git clone https://github.com/deepraj1729/PassTron.git
Navigate to distributions/linux-x64
directory.
PassTron/distributions/
|___ linux-x64
|___ passtron-linux-x64/
Inside the passtron-linux-x64
directory, you will find a executible file, passtron
:
passtron
file by double clicking it. If everything works fine, the application should start.Package for Mac is not yet built due to OS platform reasons. But creating distribution is super simple. Check this link: build MacOS distribution
Developers
:LTS
versionLTS
versionClone the repository:
git clone https://github.com/deepraj1729/PassTron.git
Navigate to src/
directory and then to win64/
:
src
|___win64
|___ assets/
|___ public/
|___ svg/
|___ views/
|___ README.md
|___ build_installer.js
|___ home.html
|___ main.js
|___ package.json
Install the required node_modules
from package.json
npm i
Check if the application works:
npm start
or
npm run start
Clone the repository:
git clone https://github.com/deepraj1729/PassTron.git
Navigate to src/
directory and then to linux/
:
src
|___linux
|___ assets/
|___ public/
|___ svg/
|___ views/
|___ README.md
|___ home.html
|___ main.js
|___ package.json
Install the required libraries:
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
Install the required node_modules
from package.json
npm i
Check if the application works:
npm start
or
npm run start
Clone the repository:
git clone https://github.com/deepraj1729/PassTron.git
Navigate to src/
directory and then to macOS/
:
src
|___macOS
|___ assets/
|___ public/
|___ svg/
|___ views/
|___ README.md
|___ home.html
|___ main.js
|___ package.json
Install the required libraries:
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
Install the required node_modules
from package.json
npm i
Check if the application works:
npm start
or
npm run start
Required engine configurations
to build distributions (any platform)
6.x.x
3.x.x
Clone the repository:
git clone https://github.com/deepraj1729/PassTron.git
Navigate to src/
directory and then win64/
:
src
|___win64
|___ assets/
|___ public/
|___ svg/
|___ views/
|___ README.md
|___ build_installer.js
|___ home.html
|___ main.js
|___ package.json
Install the required node_modules
from package.json
npm i
Check if the application works:
npm start
or
npm run start
If the application works fine, let’s build it
npm run build
Once done, then there will be a directory called passtron-win32-x64
win64
|___ assets/
|___ public/
|___ svg/
|___ views/
|___ `passtron-win32-x64/`
|___ README.md
|___ build_installer.js
|___ home.html
|___ main.js
|___ package.json
passtron.exe
PATH
variable to access it everytime and save passwords in future.Clone the repository:
git clone https://github.com/deepraj1729/PassTron.git
Navigate to src
directory and then linux
:
src
|___linux
|___ assets/
|___ public/
|___ svg/
|___ views/
|___ README.md
|___ home.html
|___ main.js
|___ package.json
Install the required libraries:
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
Install the required node_modules
from package.json
npm i
Check if the application works:
npm start
or
npm run start
If the application works fine, let’s build it
npm run build
Once done, then there will be a directory called passtron-linux-x64
linux
|___ assets/
|___ public/
|___ svg/
|___ views/
|___ `passtron-linux-x64/`
|___ README.md
|___ home.html
|___ main.js
|___ package.json
passtron
executible filePATH
variable to access it everytime and save passwords in future.Clone the repository:
git clone https://github.com/deepraj1729/PassTron.git
Navigate to src
directory and then macOS
:
src
|___macOS
|___ assets/
|___ public/
|___ svg/
|___ views/
|___ README.md
|___ home.html
|___ main.js
|___ package.json
Install the required libraries:
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
Install the required node_modules
from package.json
npm i
Check if the application works:
npm start
or
npm run start
If the application works fine, let’s build it
npm run build
Once done, then there will be a directory called passtron-mac-x64
macOS
|___ assets/
|___ public/
|___ svg/
|___ views/
|___ `passtron-mac-x64/`
|___ README.md
|___ home.html
|___ main.js
|___ package.json
passtron.app
executible filePATH
variable to access it everytime and save passwords in future.