Skip to main content

Introduction

AVTotpy is a minimal TOTP codes manager built as a self-hosted alternative to apps like Authy or Google Authenticator.

It is designed with simplicity and security in mind:

  • Offline-first: all client-side libraries are bundled and served locally, no internet connection required.
  • Encrypted storage: codes are encrypted at rest and in transit.
  • Easy import/export: moving your codes in and out is straightforward.
  • Mobile-friendly: works as a PWA on both desktop and mobile devices.

AVTotpy expects Authelia for authentication and PostgreSQL for persistence, and can be deployed with Docker or Kubernetes.

It's meant to be run on VPS alongside other projects for homelabs or small businesses.