Documentation

Guide to installing and using Cloudé Code CLI.

Introduction

Cloudé Code is an Agentic AI Coding Assistant designed to run directly in your terminal. It leverages the power of Large Language Models (LLMs) to help you generate code, execute shell commands, and manage files without leaving your command line environment.

  • Type: TypeScript CLI Application
  • Interactive UI: Built with React and Ink
  • Multiple Providers: Support for Groq, Ollama, and OpenRouter

Installation

npm install -g cloudecode-ts@latest

Make sure you have Node.js installed on your system.

Key Features

AI Chat & Coding

Interactive terminal-based chat interface to discuss code, debug issues, and generate snippets.

Multi-Model Support

Choose between Groq for speed, Ollama for local privacy, or OpenRouter for variety.

File Management

The agent can read, write, and manage files in your workspace directly through the chat.

Getting Started

Once installed, run the CLI to start the setup wizard:

cloudecode

You will be prompted to select your preferred AI provider and configure your API keys.