Skip to main content
Version: Latest

Installing NocoDB with Homebrew

Homebrew provides a simple way to install NocoDB on macOS and Linux systems. Follow these steps to install NocoDB using Homebrew.

Prerequisites

Installation Steps

  1. Add the NocoDB tap to Homebrew:

    brew tap nocodb/nocodb
  2. Install NocoDB:

    brew install nocodb
  3. Start NocoDB:

    nocodb
  4. Access NocoDB in your browser by visiting http://localhost:8080.

Updating NocoDB

To update NocoDB to the latest version, use the following command:

brew upgrade nocodb

Troubleshooting

  • If you encounter permission issues, make sure you have the necessary rights to install packages with Homebrew.

  • If NocoDB doesn't start, check if the default port (8080) is already in use. You can specify a different port using environment variables.