AppCode 2016.1 Help

Installation and Launching

On this page:

Downloading and installing AppCode

You can download the latest version of AppCode from the JetBrains website.

To install AppCode, open the .dmg package, and drag or copy AppCode to the Applications folder.

Starting AppCode

  • Go to your /Applications folder and run the AppCode application.

Creating a command-line launcher

The command-line launcher lets you start AppCode from any directory by typing appcode in the Terminal. (When creating the launcher, you can specify any other name and then use it instead of appcode)

To create the launcher:

  1. Open or create a project.
  2. Select Tools | Create Command-line Launcher.
  3. Specify the launcher name and location. (The defaults are appcode and /usr/local/bin respectively.)

See Also

Last modified: 20 July 2016