nextweb4/alias-cockpit — explained in plain English
Analysis updated 2026-05-18
Generate Gmail dot or plus-tag alias variations of your email address for different websites.
Track which alias was given to which site using color coded markers and tags.
Import or export a batch of aliases through CSV files with a safe preview mode.
Package the app into a portable ZIP, MSI installer, or setup EXE for distribution.
| nextweb4/alias-cockpit | lupul64348/nte-cheat | taiwanboss/dualsensex-steam-pc-controller | |
|---|---|---|---|
| Stars | 162 | 158 | 158 |
| Language | C# | C# | C# |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | general | general | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Windows 10 2004 or newer plus a self-installed .NET SDK and runtime not bundled with the repository.
Alias Cockpit is a Windows desktop application for generating and managing email aliases, meaning variations of your Gmail or Outlook address like adding dots or a plus sign and tag, so you can give a slightly different address to each website or service while it still lands in your one real inbox. Everything runs and is stored locally on your own computer rather than in the cloud, which the project calls being local first. The main screen lets you type in a Gmail or Outlook address, add tags describing where you plan to use each alias, and generate a batch of alias candidates. It supports Gmail's dot trick and the plus-tag trick where each service supports them, and it disables the dot option automatically for addresses that do not support it. You can then mark each generated alias with a site name, purpose, and color label, filter the list to see marked or unmarked ones, and copy whichever alias or list of aliases you need. Saved addresses and alias history are kept so you do not have to retype the same information each time. Behind that main screen, the project also includes the underlying building blocks: alias generation logic, a way to estimate how guessable an alias is, import and export through CSV files with a safe dry run mode, an audit trail of actions taken, and local storage using SQLite, a lightweight embedded database. Sensitive information like provider account secrets, if used at all, is stored through Windows' own Credential Manager rather than in the plain local database. The README is explicit that features like encrypted syncing across devices, full automatic syncing with email providers, and complete automated interface testing are not finished yet, and that the app does not contact real email provider services during normal everyday use. To run it, you need a fairly recent version of Windows 10 or newer, plus a .NET SDK and runtime that the project expects you to install yourself since it is not bundled in a fresh download. The repository also includes scripts to build test files, format the code, and package the finished application into a portable ZIP file, a Windows installer package, or a standalone setup program, along with automated release publishing to GitHub. This tool would suit privacy conscious Windows users who want fine grained control over the email aliases they hand out to different websites, without relying on a third-party cloud service to manage them.
A local Windows app for generating and organizing Gmail or Outlook email alias variations so different addresses can be handed out to different websites.
Mainly C#. The stack also includes C#, .NET 8, WinUI 3.
No license information is stated in the shown portion of the README.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.