You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are on Windows, just run the installer, it will install all the necessary files in `C:\Program Files\Browserpass` and it will also [configure browsers](#configure-browsers). You are done!
66
-
67
66
Unpack the archive. If you decided to compile the application yourself, refer to the [Building the app](#building-the-app) section on how to do so. Once complete, continue with the steps below.
68
67
69
68
If you are on macOS, first install the necessary tools: `brew install coreutils gnu-sed`.
@@ -119,18 +118,22 @@ $ nix-env -iA nixpkgs.browserpass # Or nix-env -iA nixos.browserpass on NixOS
119
118
$ DESTDIR=~/.nix-profile make -f ~/.nix-profile/lib/browserpass/Makefile <desired make goal>
120
119
```
121
120
122
-
#### Install on Windows through WSL
121
+
#### Install on Windows
122
+
Download [the latest Github release](https://github.com/browserpass/browserpass-native/releases/latest) for `windows64`.
123
+
124
+
Run the installer, it will install all the necessary files in `C:\Program Files\Browserpass` and it will also [configure browsers](#configure-browsers).
123
125
124
-
If you want to use WSL instead, follow Linux installation steps, then create `%localappdata%\Browserpass\browserpass-wsl.bat` with the following contents:
126
+
#### Install on Windows through WSL
125
127
128
+
If you want to use WSL instead
129
+
1) Follow the [installation](#installation) steps for the WSL distribution you are using. There is no need to configure the browser as your browser does not run in WSL.
130
+
2) Follow the then [installation](#install-on-windows) steps for installing on Windows.
131
+
3) Create `C:\Program Files\Browserpass\browserpass-wsl.bat` with the following contents:
Then edit the hosts json files (in our example `C:\Program Files\Browserpass\browser-files\*-host.json`) and replace `%%replace%%` with a full path to `browserpass-wsl.bat` you've just created.
132
-
133
-
Finally proceed to the [Configure browsers on Windows](#configure-browsers-on-windows) section.
136
+
4) Edit the hosts json files (in our example `C:\Program Files\Browserpass\browser-files\*-host.json`) and replace `browserpass-windows64.exe` with `browserpass-wsl.bat` you've just created.
134
137
135
138
Remember to check [Hints for configuring gpg](#hints-for-configuring-gpg) on how to configure pinentry to unlock your PGP key.
0 commit comments