[GH-ISSUE #11590] Testers wanted for Ollama Bash Lib #54161

Closed
opened 2026-04-29 05:17:52 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @attogram on GitHub (Jul 30, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11590

Hello to the Ollama community!

Ollama Bash Lib is a new Bash library to interact with Ollama.

I'm seeking folks to test out the library, and help prep it for a v1.0 release.

Repo: https://github.com/attogram/ollama-bash-lib

Demos: https://github.com/attogram/ollama-bash-lib?tab=readme-ov-file#demos

Quick Examples:

Tab completion:

% source ./ollama_bash_lib.sh
% ollama_<TAB>
ollama_api_get               ollama_installed             ollama_model_unload
ollama_api_ping              ollama_lib_about             ollama_ps
ollama_api_post              ollama_lib_version           ollama_ps_json
ollama_chat                  ollama_list                  ollama_show
ollama_chat_json             ollama_list_array            ollama_show_json
ollama_chat_stream           ollama_list_json             ollama_vars
ollama_chat_stream_json      ollama_messages              ollama_version
ollama_generate              ollama_messages_add          ollama_version_cli
ollama_generate_json         ollama_messages_clear        ollama_version_json
ollama_generate_stream       ollama_messages_count
ollama_generate_stream_json  ollama_model_random

generate

% ollama_generate "mistral:7b" "Describe Bash in 3 words"
 Powerful, Flexible, Scripting.

and a whole lot more...

Thanks!

Originally created by @attogram on GitHub (Jul 30, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11590 Hello to the Ollama community! [Ollama Bash Lib](https://github.com/attogram/ollama-bash-lib) is a new Bash library to interact with Ollama. I'm seeking folks to test out the library, and help prep it for a v1.0 release. Repo: https://github.com/attogram/ollama-bash-lib Demos: https://github.com/attogram/ollama-bash-lib?tab=readme-ov-file#demos Quick Examples: Tab completion: ``` % source ./ollama_bash_lib.sh % ollama_<TAB> ollama_api_get ollama_installed ollama_model_unload ollama_api_ping ollama_lib_about ollama_ps ollama_api_post ollama_lib_version ollama_ps_json ollama_chat ollama_list ollama_show ollama_chat_json ollama_list_array ollama_show_json ollama_chat_stream ollama_list_json ollama_vars ollama_chat_stream_json ollama_messages ollama_version ollama_generate ollama_messages_add ollama_version_cli ollama_generate_json ollama_messages_clear ollama_version_json ollama_generate_stream ollama_messages_count ollama_generate_stream_json ollama_model_random ``` generate ``` % ollama_generate "mistral:7b" "Describe Bash in 3 words" Powerful, Flexible, Scripting. ``` and a whole lot more... Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#54161