https://github.com/not-nullptr/Aerochat
Native rewrite of Aerochat, a WLM 09 themed Discord client
https://github.com/not-nullptr/Aerochat
Last synced: 6 months ago
JSON representation
Native rewrite of Aerochat, a WLM 09 themed Discord client
- Host: GitHub
- URL: https://github.com/not-nullptr/Aerochat
- Owner: not-nullptr
- License: mpl-2.0
- Created: 2024-09-17T18:40:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-01T23:42:35.000Z (7 months ago)
- Last Synced: 2025-09-02T01:18:57.459Z (7 months ago)
- Language: C#
- Size: 57.9 MB
- Stars: 419
- Watchers: 11
- Forks: 25
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - not-nullptr/Aerochat - Native rewrite of Aerochat, a WLM 09 themed Discord client (C# #)
README
# Aerochat
A custom client for Discord that resembles Windows Live Messenger 2009.
## Download
To download Aerochat, please click the links in the "Releases" section on the right of this page, or visit the following link:
### [View releases](https://github.com/not-nullptr/Aerochat/releases)
## Frequently-asked questions
Please see our dedicated page for frequently-asked questions and help.
### [View frequently-asked questions](https://github.com/not-nullptr/Aerochat/wiki/Frequently%E2%80%90asked-questions)
## Building
In order to build Aerochat from source, you will need:
- [Visual Studio 2022 (with the .NET Desktop Development workload)](https://visualstudio.microsoft.com)
Aerochat cannot be built as `AnyCPU` due to depending on native code. You must set the build architecture to `x64` before you can build.