Installation
Prerequisites
Download and Install
macOS, Linux, WSL
export TABNINE_HOST="<YOUR TABNINE HOST>"
curl $TABNINE_HOST/update/cli/installer.mjs | node --input-type=module - $TABNINE_HOSTWindows PowerShell
$env:TABNINE_HOST = "<YOUR TABNINE HOST>"
irm $env:TABNINE_HOST/update/cli/installer.mjs | node --input-type=module - $env:TABNINE_HOSTWindows CMD
set TABNINE_HOST="<YOUR TABNINE HOST>"
curl %TABNINE_HOST%/update/cli/installer.mjs | node --input-type=module - %TABNINE_HOST%Add to PATH
macOS, Linux, WSL
Windows
1
2
3
4
Verify Installation
First Run

Authentication
1
2
3
4
5
Troubleshooting
Updating Tabnine CLI

Uninstall
macOS, Linux, WSL
Windows
Last updated
Was this helpful?
