explaingit

mitamat/elite-dangerous-tools-hub

Analysis updated 2026-05-18

2C#Audience · generalComplexity · 2/5Setup · easy

TLDR

A Windows desktop hub that gathers popular Elite Dangerous community tools, web and desktop, into one sidebar app.

Mindmap

mindmap
  root((ED Tools Hub))
    What it does
      Unifies ED tools
      Sidebar launcher
      Embedded web view
    Tech stack
      .NET
      WPF
      WebView2
    Use cases
      Auto update tools
      View spectral chart
      Browse web tools
    Audience
      ED players
      PC gamers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Launch and manage Elite Dangerous community tools from one app

USE CASE 2

Auto-install and update companion apps like EDMC and SRV Survey

USE CASE 3

View reference material like the spectral analysis diagram with pan and zoom

USE CASE 4

Browse web tools such as Inara and Coriolis without leaving the app

What is it built with?

.NETWPFWebView2C#

How does it compare?

mitamat/elite-dangerous-tools-hubatum-borg-interactive/road-sdkbabelive/windows
Stars222
LanguageC#C#C#
Setup difficultyeasymoderatemoderate
Complexity2/53/53/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires Windows 10/11 and the WebView2 runtime, which is usually already installed.

In plain English

Elite Dangerous Tools Hub is a Windows desktop application that brings together many popular third-party tools for the space game Elite Dangerous into a single sidebar-driven interface. Instead of hunting down separate websites and programs for market data, exploration, ship building, and other tasks, players can open one app and switch between tools from a list on the side. Web-based tools like Inara, Spansh, and Coriolis open inside the app through an embedded browser component, with the option to open them in your normal browser instead. Desktop companion apps, such as EDMC, ED Discovery, and SRV Survey, get one-click install, update, and launch support: the hub checks GitHub Releases for the newest version and can download and install it for you. It also detects tools you already have installed, so it will not prompt you to reinstall something that is already there. The app organizes tools into categories covering market and trade, route planning and exploration, ship building, Odyssey and surface activities, and colonisation and community guides. It also includes a pan and zoom image viewer for reference material, such as a spectral analysis diagram used to identify planet types. To install it, you download the setup file from the project's latest GitHub release and run it like a normal Windows installer, with a Start Menu shortcut and uninstall entry. The .NET runtime needed to run the app is bundled in, so nothing extra needs installing first, though you do need Windows 10 or 11 and the Microsoft Edge WebView2 Runtime, already present on most modern Windows systems. If you prefer to build the project yourself, the README gives commands for cloning the repository and building it with the .NET command line tools, plus steps for packaging it into an installer using Inno Setup. This is an independent fan-made launcher and aggregator, not affiliated with Frontier Developments, the maker of Elite Dangerous. Each linked tool remains the work of its own separate author.

Copy-paste prompts

Prompt 1
Walk me through installing Elite Dangerous Tools Hub on Windows and what the WebView2 requirement means
Prompt 2
Explain how the auto-update feature for desktop companion apps like EDMC works in this hub
Prompt 3
Help me build Elite Dangerous Tools Hub from source using the dotnet commands in the README
Prompt 4
What is the difference between the web tools and desktop tools listed in Elite Dangerous Tools Hub

Frequently asked questions

What is elite-dangerous-tools-hub?

A Windows desktop hub that gathers popular Elite Dangerous community tools, web and desktop, into one sidebar app.

What language is elite-dangerous-tools-hub written in?

Mainly C#. The stack also includes .NET, WPF, WebView2.

How hard is elite-dangerous-tools-hub to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is elite-dangerous-tools-hub for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.