noro

share env vars with one command

one-time links that self-destruct after claiming

> share?

noro share OPENAI_API_KEY

  → noro.sh/a8f3k2#key
  → or: npx noro a8f3k2#key

> claim?

npx noro a8f3k2#key

  # in project folder:
  → ✓ added OPENAI_API_KEY to .env

  # anywhere else:
  → OPENAI_API_KEY=sk-********
  → ✓ copied to clipboard

> install?

npm i -g noro

> how?

secrets encrypted client-side with aes-256-gcm

key never leaves your machine, only in url fragment

server only stores encrypted blob, can't read it

deleted immediately after first claim