diff --git a/content/usage/installation.md b/content/usage/installation.md index 19bfe28..4cb3549 100644 --- a/content/usage/installation.md +++ b/content/usage/installation.md @@ -1,7 +1,7 @@ +++ title = "Installation" description = "Cockpit installation instructions." -date = 2023-08-25T12:00:00+11:00 +date = 2024-12-30T04:30:00+11:00 template = "docs/page.html" sort_by = "weight" weight = 10 @@ -27,5 +27,83 @@ 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. + +The latest available release is + +[![Latest Stable](https://img.shields.io/github/v/release/bluerobotics/cockpit.svg?label=Cockpit) ![Date](https://img.shields.io/github/release-date/bluerobotics/cockpit?label=Date)](https://github.com/bluerobotics/cockpit/releases/latest) + +Download the latest version for your operating system here: + +{% horizontal_scroll(width="750px") %} +| Operating System | x86_64 | arm64 | +| --- | --- | --- | +| Windows | Cockpit.exe | Not available | +| macOS | Cockpit-Intel.dmg | Not yet available, use x86_64 version | +| iOS / iPadOS | N/A | use the BlueOS Extension in a browser | +| Linux | Cockpit-x86_64.AppImage
Cockpit-x86_64.flatpak | Cockpit-arm64.AppImage
Cockpit-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. + +