---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Install the ServiceNow CLI on Mac

# Install the ServiceNow CLI on Mac {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Install ServiceNow CLI on a Mac OS using the installer.

## Antes de Iniciar

You must have an Apple-supported version of 64-bit Mac OS.

Role required: admin

## Procedimento

1. In your browser, [download the installer bundle from the ServiceNow Store](https://store.servicenow.com/sn_appstore_store.do#!/store/application/9085854adbb52810122156a8dc961910/1.1.0?referer=/store/search?listingtype=allintegrations%253Bancillary_app%253Bcertified_apps%253Bcontent%253Bindustry_solution%253Boem%253Butility%253Btemplate&q=cli%20bundle&sl=sh).
2. Extract the OS-specific installers.
3. Open the snc-1.0.0-osx-installer file.
4. Follow the on-screen instructions.
   1. When prompted, ensure the Add to PATH option is selected.  
      This option requires root account access.
   {#install-mac__substeps_jn5_15m_j4b}
5. To verify that the installation succeeded, use the following commands.  

       $ which snc

       /usr/local/bin/snc

       $ snc version

       {
        "extensions": {},
        "snc": "1.0.0"
       }


