# AI agent that automates software development processes

Cline is an autonomous coding agent that automates software development processes. It integrates into developers' projects by operating via an IDE extension, software development kit (SDK), or command-line interface (CLI).

- ★ 68,647
- TypeScript
- GitHub Trending · 2026-09-18

## What you get
- Performs coordinated code edits across the project
- Executes commands via terminal and monitors outputs in real-time
- Keeps the development process under control with plan and execution modes

## Installation
**Command-line interface installation**

```
npm i -g cline
```

**Software development kit installation**

```
npm install @cline/sdk
```


## Running it
**Task initiation with a multi-agent team**

```
cline --team-name auth-sprint "Plan and implement user authentication with tests"
```


## If you don't write code
Analyze the file structure of my project and perform the assigned task by taking into account the existing code standards and the rules in the .clinerules file. Perform error checking while making code changes, run the necessary commands in the terminal, and proceed by getting my approval at each step.

## Related dictionary terms

## Links
- GitHub repository →
- Read in Turkish →

---
Source: TreScout Discover · https://trescout.com/en/discover/cline/
