Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cobular/raycast-openinterpreter
https://github.com/cobular/raycast-openinterpreter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cobular/raycast-openinterpreter
- Owner: Cobular
- Created: 2023-10-11T04:25:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T22:55:32.000Z (about 1 year ago)
- Last Synced: 2024-05-02T06:18:06.745Z (8 months ago)
- Language: TypeScript
- Size: 85.4 MB
- Stars: 88
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# OpenInterpreter
Run Open Interpreter from the comfort of Raycast! The last Raycast command you'll ever need - do anything you can imagine on your computer!
![Screenshot of OpenInterpreter](./metadata/openinterperter-1.png)
## Instalation Instructions
The easiest way to install will be to use the soon-to-be Raycast Store version. If you want to wait for that, star/watch the repo and I'll make a release when I have it up in a few days!
If you want to get it going before then, here are the steps:
1. Download and setup [Raycast](https://www.raycast.com/)
2. Make a Raycast Account (required to create an extension)
3. Search Raycast for "Create Extension"
4. Call it `openinterpreter`
5. Open the directory it creates and overwrite it with the code of this repo!
6. `npm i && npm run dev`
7. It's now there in your Raycast! Once you kill that running command, you'll be good to go.You'll also need an openai API key, but then you're good 2 go!
## Weirdness
What's that big pex bundle?
It's a Python Executable - basically a bundle of my reqired virtualenv to run open interpreter. Given how complex the install instructions are, one might find it weird that I don't have you do this step - and that is weird! It's setup this way for later deployment to the store.