https://github.com/coder/coder-desktop-windows
Coder Desktop application for Windows
https://github.com/coder/coder-desktop-windows
Last synced: 7 months ago
JSON representation
Coder Desktop application for Windows
- Host: GitHub
- URL: https://github.com/coder/coder-desktop-windows
- Owner: coder
- License: agpl-3.0
- Created: 2024-09-19T06:06:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T13:56:01.000Z (7 months ago)
- Last Synced: 2025-06-11T04:52:29.088Z (7 months ago)
- Language: C#
- Size: 1.33 MB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coder Desktop for Windows
This repo contains the C# source code for Coder Desktop for Windows. You can
download the latest version from the GitHub releases.
### Contributing
You will need:
- Visual Studio 2022
- .NET desktop development
- WinUI application development
- Windows 10 SDK (10.0.19041.0)
- Wix Toolset 5.0.2 (if building the installer)
It's also recommended to use JetBrains Rider (or VS + ReSharper) for a better
experience.
### License
The Coder Desktop for Windows source is licensed under the GNU Affero General
Public License v3.0 (AGPL-3.0).
Some vendored files in this repo are licensed separately. The license for these
files can be found in the same directory as the files.
The binary distributions of Coder Desktop for Windows have some additional
license disclaimers that can be found in
[scripts/files/License.txt](scripts/files/License.txt) or during installation.