diff --git a/content/usage/installation.md b/content/usage/installation.md index 19bfe28..504b649 100644 --- a/content/usage/installation.md +++ b/content/usage/installation.md @@ -27,5 +27,36 @@ 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. + +