Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/informatter/goracle

Interact with your shell in natural language and goracle will output the corresponding command
https://github.com/informatter/goracle

cli large-language-models ollama

Last synced: 1 day ago
JSON representation

Interact with your shell in natural language and goracle will output the corresponding command

Awesome Lists containing this project

README

        

# Goracle 🔮

Goracle is an interactive CLI application that uses **local** LLMs which lets you interact with your shell in natural language and goracle will output the corresponding command.

![](https://github.com/informatter/goracle/blob/master/assets/goracle.gif)

## Run

Before running Goracle, make sure `ollama` has been installed. By default `Meta-Llama-3-8B-Instruct` is being used.

### Development

`ollama serve`

`go run .`

The `ollama serve` will start the ollama server see `ollama serve --help` for more details about the command.

### Binary
TBD