From 7943edac1e04650228850d451cc4c5de9f86a888 Mon Sep 17 00:00:00 2001 From: ES-Alexander Date: Fri, 20 Dec 2024 23:02:54 +1100 Subject: [PATCH] WIP: content: usage: installation: add download links --- content/usage/installation.md | 50 ++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/content/usage/installation.md b/content/usage/installation.md index 19bfe28..92da144 100644 --- a/content/usage/installation.md +++ b/content/usage/installation.md @@ -27,5 +27,53 @@ Once installed, updating to a new Cockpit version can be done via the "Installed ## Self-Contained Application -In future, Cockpit will also be available as a self-contained Electron application, which can be stored on a Control Station +Cockpit is also available as a self-contained Electron application, which can be stored on a Control Station Computer and started up for connection to a vehicle. + +Download the latest version for your operating system here: + +macOS Download Test + +{% horizontal_scroll(width="750px") %} +| Operating System | x86_64 | arm64 | +| --- | --- | --- | +| Windows | [Cockpit.exe](https://github.com/bluerobotics/cockpit/releases/latest/download/Cockpit-win-x64.exe) | Not available | +| macOS | [Cockpit-Intel.dmg](https://github.com/bluerobotics/cockpit/releases/latest/download/Cockpit-mac-x64.dmg) | Not yet available, use x86_64 version | +| iOS / iPadOS | N/A | use the BlueOS Extension in a browser | +| Linux | [Cockpit-x86_64.AppImage](https://github.com/bluerobotics/cockpit/releases/latest/download/Cockpit-linux-x86_64.AppImage)
[Cockpit-x86_64.flatpak](https://github.com/bluerobotics/cockpit/releases/latest/download/Cockpit-linux-x86_64.flatpak) | [Cockpit-arm64.AppImage](https://github.com/bluerobotics/cockpit/releases/latest/download/Cockpit-linux-arm64.AppImage)
[Cockpit-arm64.flatpak](https://github.com/bluerobotics/cockpit/releases/latest/download/Cockpit-linux-arm64.flatpak) | +| Android | N/A | use the BlueOS Extension in a browser | +{% end %} + +or check the [releases](https://github.com/bluerobotics/cockpit/releases), for a list of all available versions, and the main changes between them. + +