Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@
<br><a href="https://0ggfznkwh4j.typeform.com/to/G21i9lJ2">Get early access to the desktop app</a>‎ ‎ |‎ ‎ <a href="https://docs.openinterpreter.com/">Documentation</a><br>
</p>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if this is 100% accurate, but this is what I was imagining:

Suggested change
> [!NOTE]
> There are currently three versions of Open Interpreter:
> - Open Interpreter 0.x Classic, in the `main` branch: Currently in maintenance mode.
> - Open Interpreter 1.0, in the `development` branch: An unfinished rewrite, currently abandoned.
> - Open Interpreter v2, at [Notnaton/oiv2](https://github.com/Notnaton/oiv2): Another rewrite, under development.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove oiv2 as it is just for experimentation.
Any good stuff from that will be merged into main branch.
I feel we should just continue the main branch, and close development branch as it has a lot of "beta" software from Anthropic.

The developer branch does have a lot of improvents also... We should consider moving some to main.

Copy link

@endolith endolith Aug 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove oiv2 as it is just for experimentation.
Any good stuff from that will be merged into main branch.

OK

I feel we should just continue the main branch, and close development branch as it has a lot of "beta" software from Anthropic.

Yeah, probably not good to rely on one vendor's functionality. I remember you saying the development codebase was overall better organized though? I've made changes to it, but using AI mostly, so I haven't taken the time to fully understood how the big picture works.

The developer branch does have a lot of improvents also... We should consider moving some to main.

Makes sense to me

> [!NOTE]
> **Open Interpreter 1.0** is almost here.
>
> Please help test the [development branch](https://github.com/OpenInterpreter/open-interpreter/tree/development) and share your experience in the [Discord](https://discord.gg/Hvz9Axh84z):
> ```
> pip install git+https://github.com/OpenInterpreter/open-interpreter.git@development
> interpreter --help
> ```

<br>

<img alt="local_explorer" src="https://github.com/OpenInterpreter/open-interpreter/assets/63927363/d941c3b4-b5ad-4642-992c-40edf31e2e7a">
Expand All @@ -31,7 +22,7 @@
<br>

```shell
pip install open-interpreter
pip install git+https://github.com/OpenInterpreter/open-interpreter.git
```

> Not working? Read our [setup guide](https://docs.openinterpreter.com/getting-started/setup).
Expand Down
Loading