---
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 Windows

# Install the ServiceNow CLI on Windows {#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 Windows OS using the
installer.

## Antes de Iniciar

You must have a 64-bit version of Windows 10 or later.

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).
2. Extract the OS-specific installers.
3. Open the snc-1.0.0-windows-x64-installer.exe file.
4. Follow the on-screen instructions.  
   By default, the CLI installs to C:\\Program Files\\ServiceNow CLI.
5. To confirm the installation, check the version in the command line using the following command.  

       C:\>snc version

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

   If Windows is unable to find the program, close and reopen the command prompt
   window to refresh the path.

