All Projects → turakuapp → turaku-client

turakuapp / turaku-client

Licence: other
Web / Electron client application for Turaku

Programming Languages

ocaml
1615 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to turaku-client

Keeweb
Free cross-platform password manager compatible with KeePass
Stars: ✭ 10,587 (+39111.11%)
Mutual labels:  password-manager, password
Python Scripts
Collection of Various Python Script's.💻
Stars: ✭ 195 (+622.22%)
Mutual labels:  password-manager, password
Keepassxc
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Stars: ✭ 11,623 (+42948.15%)
Mutual labels:  password-manager, password
Pwd.sh
GPG symmetric password manager
Stars: ✭ 1,468 (+5337.04%)
Mutual labels:  password-manager, password
pass-audit
A pass extension for auditing your password repository.
Stars: ✭ 71 (+162.96%)
Mutual labels:  password-manager, password
Gitpass
Open Source Your Password (Mismanagement)!
Stars: ✭ 113 (+318.52%)
Mutual labels:  password-manager, password
Pass Update
A pass extension that provides an easy flow for updating passwords.
Stars: ✭ 191 (+607.41%)
Mutual labels:  password-manager, password
Featherpasswordmanager
Highly portable extremely light-weight password manager that stores all your passwords in a local encrypted file.
Stars: ✭ 39 (+44.44%)
Mutual labels:  password-manager, password
buttercup-importer
🎣 3rd-party archive importer for Buttercup
Stars: ✭ 39 (+44.44%)
Mutual labels:  password-manager, password
Keepwords
📱🔐 Need an iOS password managing app with no pods? We got you covered!
Stars: ✭ 17 (-37.04%)
Mutual labels:  password-manager, password
Rooster
The simple password manager for geeks, built with Rust.
Stars: ✭ 106 (+292.59%)
Mutual labels:  password-manager, password
PassHUD
A HUD-style interface for pass on macOS
Stars: ✭ 31 (+14.81%)
Mutual labels:  password-manager, password
Passwd
A beautiful, cross-platform, encrypted password manager 🔐
Stars: ✭ 82 (+203.7%)
Mutual labels:  password-manager, password
Keepass4web
An application that serves KeePass database entries on a web frontend
Stars: ✭ 115 (+325.93%)
Mutual labels:  password-manager, password
Passage
A password manager using https://age-encryption.org/
Stars: ✭ 48 (+77.78%)
Mutual labels:  password-manager, password
Gopassbridge
A web extension for firefox and chrome to insert login credentials from gopass
Stars: ✭ 182 (+574.07%)
Mutual labels:  password-manager, password
Passcore
A self-service password management tool for Active Directory
Stars: ✭ 787 (+2814.81%)
Mutual labels:  password-manager, password
Passwordcockpit
Passwordcockpit is a simple, free, open source, self hosted, web based password manager for teams. It is made in PHP, Javascript, MySQL and it run on a docker service. It allows users with any kind of device to safely store, share and retrieve passwords, certificates, files and much more.
Stars: ✭ 34 (+25.93%)
Mutual labels:  password-manager, password
keevault
Kee Vault is a password manager for your web browser. Password databases (Vaults) are encrypted using the KeePass storage format before being sent to a remote server for synchronisation across any modern device/browser
Stars: ✭ 57 (+111.11%)
Mutual labels:  password-manager, password
Passky-Desktop
Desktop application for Passky (password manager)
Stars: ✭ 47 (+74.07%)
Mutual labels:  password-manager, password

Turaku Client

Demo

Here's a short demo of the (WIP) client!

Turaku Demo

Development Status

  • ReactJS Prototype: Completed in Dec 2017
  • ReasonML + GraphQL conversion: Completed in July 2018 (Github issue).
  • Private Alpha: Check Alpha milestone.
  • User permissions implementation
  • Public Beta

Development Setup

Requirements

  1. Turaku server should be running on your system, assumed to be accessible at turaku.localhost. See the server repository's README for more details.
  2. A working ReasonML development environment - see official instructions.

Steps

  1. Install all packages:
yarn install
  1. Fetch latest GraphQL schema from Turaku Server:
yarn send-introspection-query http://turaku.localhost/graphql
  1. Compile ReasonML code to Javascript:
yarn run start
  1. Finally, run the server.
yarn run server

This should be all that is required to boot up the server. Visit http://localhost:PORT (check server logs) to use the application. As noted above, Turaku server should be online for the app to work properly.

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].