Skip to content

Getting Started

Get up and running with Dial Code in minutes.


Quick Path

  1. Install - Set up Node.js and install Dial Code
  2. Authenticate - Connect to an LLM provider
  3. Quick Start - Run your first session

Prerequisites

  • Node.js 20+ - Download
  • Git - For cloning the repository
  • Terminal - Any modern terminal emulator

30-Second Start

# Install
git clone https://github.com/neul-labs/dial-coder.git
cd dial-coder && npm install && npm install -g .

# Run (opens browser for Qwen OAuth)
dial

That's it! Qwen OAuth provides 2,000 free requests per day.


What's Next?