This is the main repository for the ARC Electron application.
If you are looking for the documentation then visit docs.advancedrestclient.com.
If you are looking to install the application, the go to the releases page and download the installer for your system.
- Find the latest stable release.
- Toggle the
Assets
and find the installer for your system. For Windows it will bearc-setup.exe
. macOS users should downloadarc-x.x.x.dmg
, wherex.x.x
is the version number. Linux users should find the distribution corresponding to the system you are using. - Run the installer by clicking on it.
Note that you may be asked to use an account with upgraded privileges to install the application.
We believe in open web and open API tooling. The project is managed in an open way and you can also contribute by requesting features and reporting issues. You can check current planning in the project plan.
Get familiar with the application architecture. You may also want to look into the .github/CONTRIBUTING.md
document before you jump into the development.
Clone the repository:
git clone https://github.com/advanced-rest-client/arc-electron.git
Checkout this branch
git checkout redesign2020
Next, install dependencies (it may take a moment)
npm install
And run the application
npm start