Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions documentation/clients/desktop/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@ Download the latest version of Hoppscotch Desktop App for your operating system:

<AccordionGroup>
<Accordion title="Mac" icon="apple">
<Card title="Apple Silicon (.dmg)" href="https://github.com/hoppscotch/releases/releases/latest/download/Hoppscotch_mac_aarch64.dmg">
<Card title="Apple Silicon (.dmg)" href="https://github.com/hoppscotch/releases/releases/download/v26.6.1-0/Hoppscotch_SelfHost_mac_aarch64.dmg">
Download for Apple Silicon-based Mac.
</Card>
<Card title="Intel (.dmg)" href="https://github.com/hoppscotch/releases/releases/latest/download/Hoppscotch_mac_x64.dmg">
<Card title="Intel (.dmg)" href="https://github.com/hoppscotch/releases/releases/download/v26.6.1-0/Hoppscotch_SelfHost_mac_x64.dmgg">
Download for Intel-based Mac.
</Card>
</Accordion>
<Accordion title="Windows" icon="windows">
<Card title="Windows Installer (.msi)" href="https://github.com/hoppscotch/releases/releases/latest/download/Hoppscotch_win_x64.msi">
<Card title="Windows Installer (.msi)" href="https://github.com/hoppscotch/releases/releases/download/v26.6.1-0/Hoppscotch_SelfHost_win_x64.msi">
Download the installer for Windows (64-bit).
</Card>
<Card title="Windows Portable (.exe)" href="https://github.com/hoppscotch/releases/releases/latest/download/Hoppscotch_Cloud_win_x64_portable.zip">
<Card title="Windows Portable (.exe)" href="https://github.com/hoppscotch/releases/releases/download/v26.6.1-0/Hoppscotch_SelfHost_win_x64_portable.zip">
Download the portable version for Windows (64-bit).
</Card>
</Accordion>
<Accordion title="Linux" icon="linux">
<Card title="Debian (.deb)" href="https://github.com/hoppscotch/releases/releases/latest/download/Hoppscotch_linux_x64.deb">
<Card title="Debian (.deb)" href="https://github.com/hoppscotch/releases/releases/download/v26.6.1-0/Hoppscotch_SelfHost_linux_x64.deb">
Download the Debian package for Debian-based Linux distributions.
</Card>
<Card title="App Image (.AppImage)" href="https://github.com/hoppscotch/releases/releases/latest/download/Hoppscotch_linux_x64.AppImage">
<Card title="App Image (.AppImage)" href="https://github.com/hoppscotch/releases/releases/download/v26.6.1-0/Hoppscotch_SelfHost_linux_x64.AppImage">
Download the AppImage for Linux.
</Card>
</Accordion>
Expand Down