Skip to content

The stylish yet powerful GitHub client for Windows.

License

Notifications You must be signed in to change notification settings

0x5bfa/FluentHub

Repository files navigation

FluentHub

FluentHub is the stylish yet powerful GitHub client for Windows, which enpowers development experience and follows Microsoft Design Language.

  • Modern UI: designed with Fluent Design and built on WinAppSdk/WinUI
  • Multitasking: let's do multitasking with tabs, you can switch tabs without losing data
  • Powerful page navigation: navigation can be performed like browsers without losing navigation history
  • Mutation: perform any kind of modification on GitHub, the app supports as far as GitHub API supports

🎁 Getting started with FluentHub

Your Windows must be Windows 10 or 11 to run FluentHub

Via Microsoft Store

This is the preferred installation method. It allows you to always be on the latest version when we release new builds via automatic updates.

Via GitHub

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

Screenshots

Home page image

PR page image

User profile page image

Building the Code

Requirements

1. Clone the repository

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

2. Prepare OAuth credentials

See the documentation.

Important

If you skip this step, Visual Studio will give a fatal error that the AppCredentials.config file does not exist.

3. Build the project

  • Open FluentHub.sln.
  • Hit 'Set as Startup item' on FluentHub.Package in the Solution Explorer.
  • Build with Debug, x64, FluentHub.Package.

Contributing

There are multiple ways to participate in the community:

If you are interested in fixing issues and contributing directly to the code base, please refer to the documentation, which covers the following:

Feedback

Credit

  • Some application icons were created by Icons8.
  • Many thanks to Joseph Beattie for creating our current logo.

Alt