Pronounced as: "mutton", "muh·tn"
MUTN is a simple, self-hosted, SSH-synchronized password and note manager based on libmutton. It is the successor to sshyp.
Warning
It is your responsibility to assess the security and stability of MUTN and to ensure it meets your needs before using it. I am not responsible for any data loss or breaches of your information resulting from the use of MUTN. MUTN is a new project that is constantly being updated, and though safety and security are priorities, they cannot be guaranteed.
MUTN aims to make it as easy as possible to manage passwords and notes via CLI across multiple devices in a secure, self-hosted fashion.
See the installation guide.
Additionally, MUTN is available as a source package ("mutn") on the AUR.
After installing, please review the usage guide.
- libmutton v0.3.0
- Add refresh/re-encrypt functionality
- Re-implement init menu
- Implement tweak menu
- Bump Glamour version and switch to fully-compliant Markdown (do not preserve new lines)
- Add experimental build option for building with BEAN instead of Glamour
- Evaluate defaulting to building w/Bean over Glamour
- Verify having Glamour in go.mod does not impact binary size/speed (drop it if it does)
- libmutton v0.4.0
- Password aging support
- Append UNIX timestamp to entry names
- Trim timestamps to allow for vanity entry names in the following cases:
- Argument parsing
- Shell completions
- Entry list readout
- Add yellow/red dot indicators to entry list readout for when passwords should be changed
- Trim timestamps to allow for vanity entry names in the following cases:
- Append UNIX timestamp to entry names
- Password aging support
- libmutton v0.5.0
- Swap to native (cascading) encryption
- Implement "netpin" (quick-unlock) with new encryption
- Evaluate implementing custom types/interfaces (where applicable)
- Create packaging scripts
- Stable source PKGBUILD
- Stable source APKBUILD
- Debian/Ubuntu
- Fedora
- FreeBSD
- Windows installer
- Perform extensive testing