# Tabnine Client & Deployment Requirements

## Tabnine Client Requirements <a href="#tabnine-client-ide-plugin" id="tabnine-client-ide-plugin"></a>

The Tabnine client runs as an IDE plugin/extension on the end user's machine.

**Machine specs**

* OS/Arch of the following:
  * Windows (Windows 10+), x86\_64 or i686
  * Linux (kernel 6.2+), x86\_64
  * Mac OS (13+), x86\_64 or aarch64
* 16 GB+ RAM
* 8+ CPU cores
* Storage: 100 GB available space

**Supported IDEs**

<table><thead><tr><th width="46"></th><th>IDE</th><th>Minimal supported version</th><th>Latest supported version</th><th data-type="checkbox">Windows OS</th><th data-type="checkbox">Mac OS</th><th data-type="checkbox">Linux OS</th></tr></thead><tbody><tr><td><img src="/files/r6RMwWatOr3kpPRzXLZu" alt="" data-size="line"></td><td>VS Code</td><td>1.93.1</td><td>1.117</td><td>true</td><td>true</td><td>true</td></tr><tr><td><img src="/files/xoUBr1IJmPTSzSNYYddp" alt="" data-size="line"></td><td>JetBrains IDEs*</td><td>2023.3</td><td>2026.1</td><td>true</td><td>true</td><td>true</td></tr><tr><td><img src="/files/uBc1c1Kc3Ik7XATUAAlr" alt="" data-size="line"></td><td>Eclipse</td><td>4.28 (2023-06)</td><td>4.39 (2026-03)</td><td>true</td><td>true</td><td>true</td></tr><tr><td><img src="/files/1fY2IgdzfWEmD0XyFFQD" alt="" data-size="line"></td><td>Visual Studio 2022</td><td>17.10</td><td>17.14</td><td>true</td><td>false</td><td>false</td></tr><tr><td><img src="/files/sxIBshAbGoafS4wYGGLD" alt=""></td><td>Visual Studio 2026</td><td>18.1</td><td>18.5</td><td>true</td><td>false</td><td>false</td></tr></tbody></table>

*\* JetBrains IDEs including IntelliJ, PyCharm, WebStorm, PhpStorm, GoLand, RubyMine, CLion, AppCode, Rider, DataGrip, and Android Studio*

**Network connection**

* Connection to the Tabnine cluster on port 443
* Recommended for the initial install: Access to the IDE marketplaces (i.e., VS Code\
  Marketplace, JetBrains Plugin Marketplace)

**Permissions**

* Execute permissions for the following executables:
  * `TabNine`
  * `TabNine-deep-local`
  * `TabNine-deep-cloud`
  * `WD-TabNine`
  * `TabNine-server-runner`
  * `vdb`
  * `jdtls`
  * `typescript-language-server`
  * `Node.js`
* Write and execute permissions for the following machine paths:
  * Linux: `~/.config & ~/.tabnine`
  * Mac OS: `/Users/{{username}}/Library/Preferences & /Users/{{username}}/Library/Application Support`
  * Windows: <mark style="color:yellow;background-color:blue;">`C:\Users\{{username}}\AppData\Roaming\`</mark>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tabnine.com/main/welcome/readme/system-requirements/tabnine-client-and-deployment-requirements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
