> For the complete documentation index, see [llms.txt](https://docs.tabnine.com/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabnine.com/main/welcome/readme/system-requirements/tabnine-client-and-deployment-requirements.md).

# 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.125.1</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.8</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.6</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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
