|
| 1 | +#Coder Desktop for macOS |
| 2 | + |
| 3 | +Coder Desktop allows you to work on your Coder workspaces as though they're |
| 4 | +on your local network, with no port-forwarding required. |
| 5 | + |
| 6 | +##Features: |
| 7 | + |
| 8 | +- Make your workspaces accessible from a`.coder` hostname. |
| 9 | +- Configure bidirectional file sync sessions between local and remote |
| 10 | + directories. |
| 11 | +- Convenient one-click access to Coder workspace app IDEs, tools and VNC/RDP clients. |
| 12 | + |
| 13 | +Learn more about Coder Desktop in the |
| 14 | +[official documentation](https://coder.com/docs/user-guides/desktop). |
| 15 | + |
| 16 | +This repo contains the Swift source code for Coder Desktop for macOS. You can |
| 17 | +download the latest version from the GitHub releases. |
| 18 | + |
| 19 | +##Contributing |
| 20 | + |
| 21 | +See[CONTRIBUTING.MD](CONTRIBUTING.md) |
| 22 | + |
| 23 | +##License |
| 24 | + |
| 25 | +The Coder Desktop for macOS source is licensed under the GNU Affero General |
| 26 | +Public License v3.0 (AGPL-3.0). |
| 27 | + |
| 28 | +Some vendored files in this repo are licensed separately. The license for these |
| 29 | +files can be found in the same directory as the files. |