Skip to content

draugvar/Duckify

Repository files navigation

Quackify icon

Quackify

A minimal native desktop app that converts any email address into a DuckDuckGo Email Protection alias — instantly copied to your clipboard.

Quackify screenshot

user.name@example.com  →  user_name_at_example_com_yourname@duck.com

Install

macOS — Homebrew (recommended)

brew tap draugvar/quackify
brew install --cask quackify

All platforms — pre-built binaries

Download the latest release from the Releases page:

Platform File
macOS (Apple Silicon + Intel) quackify-macos-universal.tar.gz
Linux x86_64 quackify-linux-x86_64.tar.gz
Windows x86_64 quackify-windows-x86_64.zip

Build from source

Requires Rust 1.85+.

git clone https://github.com/draugvar/Duckify.git
cd Duckify
cargo build --release

Binary: target/release/quackify (or quackify.exe on Windows).


Features

  • Converts any valid email to its duck.com alias in one click
  • Copies the result to clipboard automatically
  • Remembers your Personal Duck Address across sessions
  • Press Enter to convert without reaching for the mouse
  • Native UI — no browser, no Electron, no runtime dependencies

How it works

DuckDuckGo Email Protection generates aliases in the form:

original_user_at_original_domain.com_yourname@duck.com

Quackify automates that transformation. Paste any email, hit Convert, and the alias is ready to paste anywhere.


License

GPL-3.0 — see LICENSE for details.

This project is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

A minimal native desktop app that converts any email address into a DuckDuckGo Email Protection alias — instantly copied to your clipboard.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors