Getting Started

Get up and running with CodeAssist and start training local models based to code like you.

Overview

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

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

Before you Begin

CodeAssist is available across several environments: Windows (via WSL 2), Linux (Ubuntu 22.04+), and macOS (Intel and Apple Silicon).

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

System Requirements

  • 12 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

Accounts & Access

  • Hugging Face account: You’ll need a Write-access API token to upload your model after training. See the Hugging Face Guide for instructions.

  • Gensyn Testnet account: Automatically created when you first log in through your browser during setup.

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.

  1. Run this sequence of commands in your terminal:

git clone https://github.com/gensyn-ai/codeassist
cd codeassist
uv run run.py
  1. Open CodeAssist, load a LeetCode problem, and check that the container starts successfully.

  2. You can also use the following commands to verify you've installed all the required dependencies correctly:

docker --version
python3 --version
uv --version

If you encounter any errors, head over to the Troubleshooting page.

Supported Platforms & Installation Paths

See platform-specific installation instructions below.

Last updated