Skip to content

Releases: Gaurav-Gosain/gollama

v1.0.3

03 Dec 13:44
Compare
Choose a tag to compare

Changelog

  • db183fb fix: scraping (ollama.com/library)

v1.0.2

29 Nov 09:31
Compare
Choose a tag to compare

Changelog

  • b85ea17 bump: ollamanager (bubbletea v2)

v1.0.1

28 Oct 17:52
Compare
Choose a tag to compare

Changelog

v1.0.0

25 Aug 06:58
Compare
Choose a tag to compare

Gollama v1.0.0 - A Beautiful Terminal Interface to Ollama

gollama-tui-demo

We're thrilled to announce the release of Gollama v1.0.0, a beautiful terminal interface to Ollama that brings a whole new level of interaction and engagement to the ollama community!

What's New in v1.0.0?

  • TUI (Text User Interface) Mode: Experience the full power of Gollama with our beautiful TUI, designed to be intuitive and easy to use.
  • Piped Mode for Automated Usage: Run Gollama in piped mode to automate your conversations and get responses directly in your terminal. Gollama supports standard unix pipe operations making it perfect to integrate in your pipelines!

Existing Features

Gollama has always been about bringing the best ollama experience to the terminal. With v1.0.0, we're building on that foundation with:

  • Support for Downloading Models Directly from Ollama: Get the models you need directly from Ollama using Gollama's official Go library. Browse new official ollama models, manage installed ones or monitor running models directly from Gollama!
ollamanager-demo.mp4
  • TUI Mode: Interact with Gollama in a beautiful TUI that's designed to be intuitive and easy to use.

Roadmap

We're committed to continuously improving Gollama, and we've got some exciting plans for the future. Some of the things on our road map include:

  • Support for Extracting and Copying Codeblocks: Get codeblocks from responses and copy them to your clipboard.
  • CLI Options for Interacting with the Database: Use CLI options to delete chats, create new chats, list chats, and continue chats from the terminal.

Get Involved!

We're always happy to receive contributions from the community. Whether it's adding new features, fixing bugs, or improving documentation, we'd love to have you on board!

Star History

Star History Chart

Full Changelog: v0.1.0...v1.0.0

v0.1.14

18 Aug 13:33
Compare
Choose a tag to compare

Changelog

  • 5289963 added basic CLI flags to manage models

v0.1.13

17 Aug 17:50
Compare
Choose a tag to compare

Changelog

  • 110ed50 added basic CLI flags to manage models

v0.1.12

17 Aug 17:27
Compare
Choose a tag to compare

Changelog

  • 7930104 added basic CLI flags to manage models

v0.1.11

08 Aug 06:11
Compare
Choose a tag to compare

Changelog

v0.1.10

19 Jul 07:00
Compare
Choose a tag to compare

Changelog

  • 0915360 fix: swapped out the sqlite driver to one that doesn't rely on cgo

v0.1.3

27 May 10:16
Compare
Choose a tag to compare

Changelog

  • 38cf68f Update README.md
  • e711c87 adds ollamanager as the installer
  • f11b488 fix: Markdown lint warnings.
  • c0d9473 fix: README lint issues
  • 96048d5 fix: fixed markdown linting issues
  • 738c773 fix: piped mode raw output bug