
# Nyx v1.0.0 - Initial Release

Secure CLI tool for managing passwords, OTP codes, SSH keys, and notes.

## Features
- Time-based auto-locking database
- Seamless category support (mysite/cloudflare)
- TOTP/OTP authenticator codes
- SSH key management via FUSE filesystem (Linux/Mac)
- Encrypted notes with default text editor
- AES-GCM + Argon2 encryption

## Installation
See [README](https://github.com/cicero-ai/nyx) for full installation instructions.

## Requirements
- Linux, macOS, or Windows
- MacFUSE v10.9+ required for SSH key FUSE support on Mac

## Quick Start
```bash
nyx new mysite/cloudflare
nyx xp mysite/cloudflare    // now in clipboard
```

Full documentation: https://github.com/cicero-ai/nyx


