# Getting Started

{% embed url="<https://github.com/gensyn-ai/codeassist>" %}

{% hint style="warning" %}
CodeAssist has been sunset. Please see the [home page](/testnet/codeassist.md) for more information.
{% endhint %}

## Overview

This page helps you prepare your system and choose the correct installation path for CodeAssist.&#x20;

It provides a readiness checklist, supported platforms, and an overview of the setup process before you begin installing and running CodeAssist on your device.

<div data-with-frame="true"><figure><img src="/files/K1oX1xYEH5pcPJ4k9Kxh" alt=""><figcaption></figcaption></figure></div>

### Before you Begin

CodeAssist is available across several environments: [Windows (via WSL 2)](/testnet/codeassist/getting-started/windows-wsl-2.md), [Linux (Ubuntu 22.04+)](/testnet/codeassist/getting-started/linux.md), and [macOS (Intel and Apple Silicon).](/testnet/codeassist/getting-started/macos.md)

{% hint style="info" %}
A virtual private server (VPS) is **not** required to run CodeAssist.
{% endhint %}

Before you start, make sure you meet the basic requirements and have the necessary accounts.

#### System Requirements <a href="#system-requirements" id="system-requirements"></a>

* 8 GB RAM minimum (32 GB recommended)
* Stable internet connection
* At least 10 GB of available storage (for overhead)
* Modern multi-core CPU (Intel, AMD, or Apple Silicon)

#### Software Requirements

* [Docker](https://docs.docker.com/engine/install/)
* [Python 3.10+](https://www.python.org/downloads/)
* [Homebrew](mailto:undefined) (if installing on [macOS](/testnet/codeassist/getting-started/macos.md))
* [Git](https://git-scm.com/install) (for cloning the repo)

#### Accounts & Access

* **Hugging Face account:** You’ll need a Write-access API token to upload your model after training. See the [Hugging Face Guide](/testnet/codeassist/hugging-face-guide.md) for instructions.
* **Gensyn Testnet account:** Automatically created when you first log in through your browser during setup.

{% hint style="info" %}
When logging in, different types of External Object Identifiers (EOA) are assigned based on the authentication method used.&#x20;

Google authentication typically assigns an EOA linked to the user's Google account. On the other hand, logging in via OTP (One-Time Password) often results in an EOA tied to the mobile number or email address used for the OTP process.
{% endhint %}

#### Quickstart

You can find the quickstart commands for cloning the repository and installing dependencies below. If you take this route, it's recommended to use an IDE like Cursor in case you experience any initial issues.&#x20;

1. Run this sequence of commands in your terminal:

```bash
git clone https://github.com/gensyn-ai/codeassist
cd codeassist
uv run run.py
```

2. Open CodeAssist, load a LeetCode problem, and check that the container starts successfully.
3. You can also use the following commands to verify you've installed all the required dependencies correctly:

```bash
docker --version
python3 --version
uv --version
```

If you encounter any errors, head over to the [Troubleshooting](/testnet/rl-swarm/troubleshooting.md) page.

### Supported Platforms & Installation Paths

See platform-specific installation instructions below.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Windows (WSL 2)</strong> </td><td>Install, run, and train models in a Linux-based Windows environment. </td><td><a href="/pages/1auzmR4UE3dJLDHvgtCF">/pages/1auzmR4UE3dJLDHvgtCF</a></td></tr><tr><td><strong>Linux (Ubuntu 22.04+)</strong></td><td>Install CodeAssist natively on Ubuntu or a compatible distribution for the most stable experience.</td><td><a href="/pages/nVHDGxnVGE9Y5qMjIL3v">/pages/nVHDGxnVGE9Y5qMjIL3v</a></td></tr><tr><td><strong>macOS (Intel &#x26; Apple Silicon)</strong></td><td>Install and run CodeAssist on macOS devices using <code>brew</code> or <code>curl</code> for dependency management. Both Intel and M-Series CPUs are supported. </td><td><a href="/pages/LTkb62eKBB1kiVr2IvsO">/pages/LTkb62eKBB1kiVr2IvsO</a></td></tr></tbody></table>


---

# 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.gensyn.ai/testnet/codeassist/getting-started.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.
