Skip to content
View airtaxi's full-sized avatar
💻
💻

Block or report airtaxi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
airtaxi/README.md

🌐 English | 한국어

Hi, I'm Howon Lee

I go by airtaxi online (sometimes kck4156, and hoyo321 back in the day).

I'm a developer based in Seoul, South Korea, with a Ph.D. in Computer Engineering from Sunmoon University. My dissertation was about building an indoor fire response advisory system using multimodal LLM and retrieval-augmented generation.

I mostly work with .NET and C#, and I enjoy Windows development (especially WinUI) and cross-platform apps with Uno Platform. I also have experience in game and server development.


Notable Projects

Windows Apps & Utilities

  • PinStats - A Windows 10/11 program that shows system resources on your desktop. Clean UI with low system resource usage.

  • Deskband11Lib - A library for building rich, always-visible taskbar companions on Windows 11. There are similar approaches out there, but this is pretty much the only powerful one packaged as a usable library.

  • BarPlay - A lightweight taskbar media playback widget for Windows 11. Started as a proof-of-concept for Deskband11Lib, but people around me liked it enough that it became a real app.

  • AT-Installer - A lightweight Windows installer framework built with WinUI 3. The recently added MSIX-to-EXE packaging feature is the standout, since it lets any MSIX become a double-click installer with no PowerShell or Developer Mode.

  • DeskBorder - A Windows utility for virtual desktop users. Move your mouse to the screen edge to switch desktops, and a lot more. I just think the idea is good.

  • Cli-Account-Switcher - A Windows app for managing authentication accounts for AI service providers (Codex, Claude Code, Z.ai, Ollama Cloud, OpenCode Go). The always-on taskbar usage widget is pretty kick.

  • LidGuard - Keeps local AI coding agents awake even when you close your laptop lid. There is really nothing else like this out there.

  • AT-Image-Converter - A batch image converter built with WinUI 3 and Magick.NET. Clean UI with a wide range of supported formats and options.

  • ClosedAwake - A Windows tray app that keeps your laptop awake even after you close the lid. Plenty of tools prevent idle sleep, but almost none solve the lid-close problem. This one does, with a clean UI.

  • KoreanNumberParser - A .NET library that parses Korean number strings (like 10억4천3백만이십일) into int/long and back. The differentiator is that it handles mixed Sino-Korean numerals and Arabic digits in the same expression.

  • YellowInside - A Windows app that lets you use Dccon, Arcacon, and Inven stickers in KakaoTalk messenger.

  • CrispShot - A lightweight tray utility that fixes the small background border Windows leaves around Alt + Print Screen captures, with an optional soft drop shadow so your screenshots look like macOS window captures.

  • AutoClipboardSaver - A system tray app that automatically saves clipboard images to a folder whenever you copy one.

  • ScreenBrightnessByBattery - A lightweight app that automatically adjusts screen brightness based on whether you're on battery or AC power, and can prevent sleep when an external monitor is connected.

  • NamuWikiViewer - An unofficial NamuWiki viewer app built with WinUI 3 and .NET 10, with ad blocking, history, and a clean reading UI.


MCP Servers

I also build MCP (Model Context Protocol) servers so AI coding agents can do more from the terminal.

  • FluentIconsMcp - Search Windows Fluent Icons from your agent. A .NET global tool that exposes Fluent Icons metadata through a stdio MCP server. Useful when developing WinUI apps and you want your AI agent to pick the right icon for FontIcon.

  • XamlStylerMcp - Format XAML from your agent. Wraps XamlStyler and lets agents format XAML strings, files, or whole directories.

  • GithubRepoStructureMcp - Fetch GitHub repository directory structures from your agent as a tree view, including private repos with a PAT. Helps agents explore repositories much faster.

  • PhotoshopMcpServer - An MCP server that lets AI assistants control Adobe Photoshop through Windows COM automation.


Stats

GitHub Stats

GitHub Streak

Top Languages


Guestbook

Feel free to say hi! I'd love to hear from you.

Guestbook

Open an issue in my profile repo and drop a comment. Anything is welcome.

Pinned Loading

  1. PinStats PinStats Public

    A simple Windows 10/11 Program that displays system resources of PC

    C# 15 1

  2. Deskband11Lib Deskband11Lib Public

    .NET library for embedding native WinUI 3 / WPF widgets directly into the Windows 11 taskbar as always-visible deskband companions. NuGet packages for WinUI and WPF.

    C# 16 2

  3. AT-Installer AT-Installer Public

    All-in-one Windows installer framework — MSIX/MSIXBundle packaging, EXE SFX composition, and .atp installer generation built on WinUI 3

    C# 4 3

  4. DeskBorder DeskBorder Public

    A Windows utility for virtual desktop power users — switch desktops by moving your mouse to the screen edge, create new desktops on demand, move focused windows with hotkeys, and get a quick overvi…

    C# 7

  5. Cli-Account-Switcher Cli-Account-Switcher Public

    CLI account switcher for AI services. Currently supports Codex, with Claude Code and GitHub Copilot support planned.

    C# 6

  6. LidGuard LidGuard Public

    Keep the agent awake, even when the lid closes.

    C# 9