/FluentHub

A fluent GitHub client for Windows

Primary LanguageC#OtherNOASSERTION

FluentHub

A stylish yet powerful GitHub client.

Release Discord Platform


Installation

Via Microsoft Store

Release mode is still not stable.

Via GitHub

Release mode is still not stable.

Building from source ⭐Recommended⭐

This is our preferred method. See the section

Screenshots

May not always be up-to-date due to massive changes to the user interface

image image

Feedback

Contributing

There are many ways where you participate in this community:

If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:

Contributors

Special thanks

Contact Us

The easiest way to contact us is to join our Discord channel.

If you would like to ask a question, please reach out to us via Twitter:

Building the Code

1. Prerequisites

Ensure you have following components:

  • Windows 10 2004 (10.0.19041.0) or later with enabled Developer Mode in the Windows Settings
  • Git
  • Visual Studio 2022 with following individual components:
    • the Windows 11 (10.0.22000.0) SDK
    • UWP Development Kit
    • .NET SDK

2. Git

Clone the repository:

git clone https://github.com/FluentHub/FluentHub

Initialize submodules recursively:

git submodule update --init --recursive

3. Prepare OAuth credentials

See the documentation.

4. Build the project

  • Open FluentHub.sln.
  • Hit 'Set as Startup item' on FluentHub.Uwp in the Solution Explorer
  • Build with DEBUG|x64|FluentHub.Uwp (Universal Windows)

License

Copyright (c) 2022 FluentHub Team

Licensed under the MIT license stated in LICENSE.