AirDesktop is a minimalist, AI-powered, local-first workspace. Let AirNote’s AI writing assistant—adapted from Kai for Desktop—help you with your notes.
AirDesktop is an open-source adaptation of AirNote's AI Notes concept designed for Windows devices.
✨ Key features adapted from AirNote
It’s not just a text-generating bot; it’s a fully-featured assistant that can read, edit, and interact with your notes.
- Smart Action Plans: Kai can create, delete, or organize notes based on your commands (JSON-based action architecture).
- Different Personalities: Configure Kai as an Academic Researcher, Creative Mind, or Professional Strategist based on your needs.
A clean, monochromatic (black and white) interface stripped of unnecessary details, designed to help you focus solely on your work.
If you want to try it out right away without having to compile the app:
- Go to the Releases tab.
- Download the latest
AirDesktop_Setup.exefile. - Double-click to complete the installation in seconds. (All necessary Windows App SDK components are automatically configured.)
NOTE: The application currently officially supports only the Turkish language.
- Mustafa Burak "RRechz" Özcan
If you want to compile and develop the project on your own machine (subject to the license terms):
- Visual Studio 2022 or VS Code
- .NET 8.0 SDK
- Windows App SDK / WinUI 3 components
# Clone repo
git clone https://github.com/RRechz/AirDesktop.git
# go FOlder
cd AirDesktop
# Projeyi çalıştırın
dotnet run