https://github.com/stef/winsphinx
package native messaging backend for Windows 64
https://github.com/stef/winsphinx
installer password-manager password-storage windows-10
Last synced: 10 months ago
JSON representation
package native messaging backend for Windows 64
- Host: GitHub
- URL: https://github.com/stef/winsphinx
- Owner: stef
- License: gpl-3.0
- Created: 2018-03-06T22:06:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T22:54:50.000Z (about 7 years ago)
- Last Synced: 2025-02-02T02:11:10.025Z (11 months ago)
- Topics: installer, password-manager, password-storage, windows-10
- Language: Makefile
- Size: 17.7 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WinSphinx (64 bit only)
This project assembles all the files necessary for a windows
installation of the websphinx native messaging backend as well as the
websphinx for chrome/opera extension. After running make the result is
a file: `pkg.zip` which on windows can be fed into WiX which builds an
MSI installer, if you want to spare yourself the hassle, you can
download the installer from:
https://github.com/stef/winsphinx/blob/master/sphinx.msi
Note that the chrome/opera websphinx extension needs to be installed
in your browser according to the instructions in
https://github.com/stef/websphinx-chrom/blob/master/README.md
## Dependencies
This project runs on linux, it has a couple of dependencies there: 7z, gnupg,
wget, git, mingw, python, and anything else the source dependencies need.
The resulting pkg.zip needs WiX tools on Windows,
This repo uses a bunch of submodules, which are used in assembling the package:
- [libsphinx](https://github.com/stef/libsphinx)
- [goldilocks](https://github.com/stef/ed448goldilocks)
- [pysodium](https://github.com/stef/pysodium)
- [pwdsphinx](https://github.com/stef/pwdsphinx)
- [websphinx-firefox](https://github.com/stef/websphinx-firefox)
- [websphinx-chrom](https://github.com/stef/websphinx-chrom)
These should be handled by the makefile.