Skip to main content
Devin for Terminal is Cognition’s coding agent for working directly from a terminal. You can install it in an E2B sandbox and use the sandbox as an isolated workspace for agent tasks.

Installation

Use a PTY for install and login because Devin’s setup is interactive. You can create a Devin account during sign up if you don’t have one.

Usage

After installation and login, use devin -p for non-interactive mode and --permission-mode dangerous to auto-approve tool calls.

Example: work on a cloned repository

After installing Devin for Terminal and signing in, clone a repository and run Devin from the project directory.
Devin can edit files, run commands, and work on code inside the sandbox without accessing your local machine.