A stylish yet powerful GitHub client.
This is the preferred installation method. It allows you to always be on the latest version when we release new builds via automatic updates.
Released builds can be manually downloaded from this repository's releases page.
Download the FluentHub_<versionNumber>.msixbundle
file from the Assets
section. In order to install the app, you can simply double-click on the .msixbundle file, and the app installer should automatically run. If that fails for any reason, you can try the following command with a PowerShell prompt:
# NOTE: If you are using PowerShell 7+, please run
# Import-Module Appx -UseWindowsPowerShell
# before using Add-AppxPackage.
Add-AppxPackage FluentHub_<versionNumber>.msixbundle
See the build section.
May not always be up-to-date due to constant changes to the user interface
There are multiple ways to participate in the community:
- Submit bugs and feature requests.
- Review the documentation and make pull requests for anything from typos to additional and new idea
- Review source code changes
If you are interested in fixing issues and contributing directly to the code base, please refer to the documentation, which covers the following:
- How to build and run from source
- The development workflow, including debugging and running tests
- Coding guidelines
- Submitting pull requests
- Finding an issue to work on
- Contributing to translations on Crowdin
.
├──lib // Library for submodules.
| └──octokit.graphql.net // Official library for GitHub GraphQL API.
└──src // The source code.
├──FluentHub.Uwp // Code for most front-end elements of the app.
├──FluentHub.Core // Core elements of the app.
├──FluentHub.Octokit // Code for most back-end and API-related elements of the app such as mutations and queries.
└──FluentHub.Octokit.Generation // GitHub GraphQL API model generator.
- Request a new feature
- Upvote popular feature requests
- File an issue
- Join our Discord and let us know what you think
Ensure you have installed the following tools:
- Windows 10 2004 (10.0.19041.0) or later with Developer Mode on 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
Clone the repository:
git clone https://github.com/FluentHub/FluentHub
Initialize submodules recursively:
git submodule update --init --recursive
See the documentation.
Warning: If you skip this step, Visual Studio will give a fatal error that the AppCrededntials.config
file does not exist.
- Open
FluentHub.sln
. - Hit 'Set as Startup item' on
FluentHub.Uwp
in the Solution Explorer. - Build with
DEBUG|x64|FluentHub.Uwp (Universal Windows)
.
- Some application icons were created by Icons8.
- Many thanks to Joseph Beattie for creating our current logo.
The easiest way to contact us is to join our Discord.
If you would like to ask a question, please reach out to us via Twitter:
- Tomoyuki Terashita, Lead Developer: @onein528
- Jupiter, Developer: @DeveloperWOW64
- Gabriel Fontán, Developer: @BobbyESPGabiles
- Luandersonn Airton, Developer: @luandersonn
Copyright (c) 2022 FluentHub Team
Licensed under the MIT license as stated in the LICENSE.