Sweetgum is an open-source cross-platform REST client built in C# using Avalonia. It aims to be a lightweight alternative to popular clients such as Postman and Insomnia.
To get started, install the latest version of the .NET SDK to your machine and clone this repository.
- Download and install the latest version of the .NET SDK: https://dotnet.microsoft.com/download
- Clone this repository:
git clone https://github.com/willowtreeapps/Sweetgum.git
- Use the IDE of your choice (JetBrains Rider is my personal favorite) to build and run the application!