Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.22 KB

introduction.mdx

File metadata and controls

44 lines (31 loc) · 1.22 KB
title description
Introduction
A new way to use computers

Introduction

<script></script>

<img src="http://openinterpreter.com/assets/thumbnail.jpg" alt="thumbnail" style={{transform: "translateY(-1.25rem)"}} />

Open Interpreter lets language models run code.

You can chat with Open Interpreter through a ChatGPT-like interface in your terminal by running interpreter after installing.

This provides a natural-language interface to your computer's general-purpose capabilities:

  • Create and edit photos, videos, PDFs, etc.
  • Control a Chrome browser to perform research
  • Plot, clean, and analyze large datasets
  • ...etc.

You can also build Open Interpreter into your applications with our new Python package.


Quick start

Open your terminal (click here to learn how) then paste the following text:

```bash pip install open-interpreter ``` ```bash interpreter ```