mirror of
https://github.com/foss42/apidash.git
synced 2025-10-10 16:18:03 +08:00
88 lines
3.0 KiB
Markdown
88 lines
3.0 KiB
Markdown
# Installation Instructions
|
||
|
||
## Windows
|
||
Download the latest Windows Installer (64 bit) from [here](https://github.com/foss42/apidash/releases/latest)
|
||
|
||
To install it, simply double click on the installer.
|
||
|
||
If prompted by Windows that **Windows prevented an unrecognized app from running**, click on **Run anyway**.
|
||
|
||
Now, follow the step by step installation wizard.
|
||
|
||
## MacOS
|
||
|
||
Download the latest MacOS Installer (Universal - Intel and Apple Silicon) from [here](https://github.com/foss42/apidash/releases/latest)
|
||
|
||
**As this app is distributed outside the App Store you have to follow the following instructions to setup and run it only for the first time.**
|
||
|
||

|
||
|
||

|
||
|
||

|
||
|
||

|
||
|
||

|
||
|
||

|
||
|
||

|
||
|
||

|
||
|
||

|
||
|
||
|
||
This process has to be followed only once and from the next time you can directly launch the API Dash App from the Launchpad.
|
||
|
||
##
|
||
|
||
You can refer to the video given below which shows the steps to install and run API Dash on macOS.
|
||
|
||
https://user-images.githubusercontent.com/1382619/227956871-87376f18-d80f-4a53-9456-cb724f8149c7.mp4
|
||
|
||
## Linux
|
||
|
||
### Debian-based Linux Distributions (Debian, Ubuntu, Linux Mint, etc.)
|
||
|
||
Download the `.deb` file from the [latest release](https://github.com/foss42/apidash/releases/latest) corresponding to you CPU architecture (x64/amd64 or arm64).
|
||
|
||
`cd` to the Downloads folder and execute the following command to install API Dash.
|
||
|
||
```
|
||
sudo apt install ./apidash-<fullname>.deb
|
||
```
|
||
|
||
or
|
||
|
||
```
|
||
sudo dpkg -i apidash-<fullname>.deb
|
||
```
|
||
|
||
Launch API Dash via `apidash` command or by clicking on the API Dash app icon.
|
||
|
||
### Red Hat-based Linux Distributions (Fedora, Rocky, AlmaLinux, CentOS, RHEL, etc.)
|
||
|
||
Download the `.rpm` file from the [latest release](https://github.com/foss42/apidash/releases/latest) corresponding to you CPU architecture (x86_64 or aarch64/arm64).
|
||
|
||
`cd` to the Downloads folder and execute the following command to install API Dash.
|
||
|
||
```
|
||
sudo dnf localinstall ./apidash-<fullname>.rpm
|
||
```
|
||
|
||
or
|
||
|
||
```
|
||
sudo rpm -i apidash-<fullname>.rpm
|
||
```
|
||
|
||
or
|
||
|
||
```
|
||
sudo yum localinstall ./apidash-<fullname>.rpm
|
||
```
|
||
|
||
Launch API Dash via `apidash` command or by clicking on the API Dash app icon.
|