An open API service for producing an overview of a list of open source projects.

https://github.com/sammcj/gollama

ai ggml gguf linux llm macos models ollama tui

Score: -Infinity

Last synced: about 12 hours ago
JSON representation

Repository metadata:

Go manage your Ollama models


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 8 days ago

Total Commits: 215
Total Committers: 18
Avg Commits per committer: 11.944
Development Distribution Score (DDS): 0.228

Commits in past year: 63
Committers in past year: 9
Avg Commits per committer in past year: 7.0
Development Distribution Score (DDS) in past year: 0.317

Name Email Commits
Sam s****j 166
github-actions[bot] 4****] 17
renovate[bot] 2****] 14
Cameron Kingsbury c****7@g****m 2
KimCookieYa m****0@g****m 2
lif 1****2@q****m 2
Denis Balan 3****n 1
Doug Coleman d****n@g****m 1
Impact s****t@g****u 1
Jose Almaraz 1****a 1
Jose Roberto Almaraz j****1@g****m 1
Oleksii Filonenko 1****e 1
SouthWolf w****f@g****m 1
Vigilans v****s@f****m 1
agustif 6****f 1
anrgct a****t@q****m 1
github-actions g****s 1
ondrej o****i@g****m 1

Issue and Pull Request metadata

Last synced: about 1 month ago

Total issues: 80
Total pull requests: 241
Average time to close issues: 19 days
Average time to close pull requests: 2 days
Total issue authors: 47
Total pull request authors: 17
Average comments per issue: 1.96
Average comments per pull request: 0.34
Merged pull request: 194
Bot issues: 2
Bot pull requests: 86

Past year issues: 29
Past year pull requests: 60
Past year average time to close issues: 8 days
Past year average time to close pull requests: about 4 hours
Past year issue authors: 22
Past year pull request authors: 9
Past year average comments per issue: 1.76
Past year average comments per pull request: 0.33
Past year merged pull request: 53
Past year bot issues: 0
Past year bot pull requests: 16

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/sammcj/gollama

Top Issue Authors

  • sammcj (28)
  • SkybuckFlying (3)
  • FellowTraveler (2)
  • palandovalex (2)
  • renovate[bot] (2)
  • technovangelist (2)
  • abitrolly (1)
  • otravers (1)
  • volkanger (1)
  • keith-fischer (1)
  • stanthewizzard (1)
  • habaneraa (1)
  • sontoriyama (1)
  • ChristianWeyer (1)
  • marcin-github (1)

Top Pull Request Authors

  • sammcj (126)
  • renovate[bot] (54)
  • github-actions[bot] (32)
  • Camsbury (4)
  • KimCookieYa (2)
  • DenisBalan (2)
  • jralmaraz (2)
  • erg (2)
  • Br1ght0ne (2)
  • agustif (2)
  • Impact123 (2)
  • josekasna (2)
  • anrgct (2)
  • southwolf (2)
  • lainedfles (2)

Top Issue Labels

  • bug (41)
  • feature (29)
  • more info needed (8)
  • good first issue (8)
  • help wanted (5)
  • priority: high (3)
  • maybe (2)
  • duplicate (1)
  • priority: low (1)
  • wontfix (1)
  • renovate (1)
  • version-update (1)
  • patch (1)

Top Pull Request Labels

  • renovate (54)
  • version-update (50)
  • pin (16)
  • minor (15)
  • patch (13)
  • major (6)
  • configuration changes (2)
  • enhancement (2)
  • Review effort [1-5]: 2 (2)

Package metadata

proxy.golang.org: github.com/sammcj/gollama/v2

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/sammcj/gollama/v2#section-documentation
  • Licenses:
  • Latest release: v2.0.4 (published about 1 month ago)
  • Last Synced: 2026-01-08T19:53:27.340Z (27 days ago)
  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.023%
    • Average: 5.192%
    • Dependent repos count: 5.361%
proxy.golang.org: github.com/sammcj/gollama

app_model.go not to be confused with an Ollama model - the app model is the tea.Model for the application. helpers.go contains various helper functions used in the main application. keymap.go contains the KeyMap struct which is used to define the key bindings for the application. main.go model.go contains the Model struct which is used to represent the data for each item in the list view. operations.go contains the functions that perform the operations on the models. spitter.go contains the functions for copying Ollama models to remote hosts using the spitter package. styles.go contains the styles used to render the list view. text_input.go contains the textInputModel struct which is used to render the text input view. top_view.go contains the TopModel struct which is used to render the top view of the application.

  • Homepage: https://github.com/sammcj/gollama
  • Documentation: https://pkg.go.dev/github.com/sammcj/gollama#section-documentation
  • Licenses: MIT
  • Latest release: v1.37.5 (published 3 months ago)
  • Last Synced: 2026-01-08T19:53:27.511Z (27 days ago)
  • Versions: 119
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.563%
    • Average: 6.783%
    • Dependent repos count: 7.003%
nixpkgs-unstable: gollama

Go manage your Ollama models


Dependencies

.github/workflows/build-and-release.yaml actions
  • actions/checkout 0ad4b8fadaa221de15dcec353f45205ec38ea70b composite
  • actions/setup-go 0c52d547c9bc32b1aa3301fd7a9cb496313a4491 composite
  • actions/upload-artifact 65462800fd760344b1a7b4382951275a0abb4808 composite
  • mathieudutour/github-tag-action a22cf08638b34d5badda920f9daf6e72c477b07b composite
  • ncipollo/release-action 2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 composite
go.mod go
  • github.com/atotto/clipboard v0.1.4
  • github.com/aymanbagabas/go-osc52/v2 v2.0.1
  • github.com/charmbracelet/bubbles v0.18.0
  • github.com/charmbracelet/bubbletea v0.26.4
  • github.com/charmbracelet/lipgloss v0.11.0
  • github.com/charmbracelet/x/ansi v0.1.2
  • github.com/charmbracelet/x/input v0.1.1
  • github.com/charmbracelet/x/term v0.1.1
  • github.com/charmbracelet/x/windows v0.1.2
  • github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
  • github.com/lucasb-eyer/go-colorful v1.2.0
  • github.com/mattn/go-isatty v0.0.20
  • github.com/mattn/go-localereader v0.0.1
  • github.com/mattn/go-runewidth v0.0.15
  • github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
  • github.com/muesli/cancelreader v0.2.2
  • github.com/muesli/reflow v0.3.0
  • github.com/muesli/termenv v0.15.2
  • github.com/ollama/ollama v0.1.39
  • github.com/rivo/uniseg v0.4.7
  • github.com/sahilm/fuzzy v0.1.1
  • github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
  • golang.org/x/sync v0.7.0
  • golang.org/x/sys v0.20.0
  • golang.org/x/term v0.20.0
  • golang.org/x/text v0.15.0
go.sum go
  • github.com/atotto/clipboard v0.1.4
  • github.com/aymanbagabas/go-osc52/v2 v2.0.1
  • github.com/charmbracelet/bubbles v0.18.0
  • github.com/charmbracelet/bubbletea v0.26.4
  • github.com/charmbracelet/lipgloss v0.11.0
  • github.com/charmbracelet/x/ansi v0.1.2
  • github.com/charmbracelet/x/input v0.1.1
  • github.com/charmbracelet/x/term v0.1.1
  • github.com/charmbracelet/x/windows v0.1.2
  • github.com/davecgh/go-spew v1.1.1
  • github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
  • github.com/kylelemons/godebug v1.1.0
  • github.com/lucasb-eyer/go-colorful v1.2.0
  • github.com/mattn/go-isatty v0.0.20
  • github.com/mattn/go-localereader v0.0.1
  • github.com/mattn/go-runewidth v0.0.12
  • github.com/mattn/go-runewidth v0.0.15
  • github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
  • github.com/muesli/cancelreader v0.2.2
  • github.com/muesli/reflow v0.3.0
  • github.com/muesli/termenv v0.15.2
  • github.com/ollama/ollama v0.1.39
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rivo/uniseg v0.1.0
  • github.com/rivo/uniseg v0.2.0
  • github.com/rivo/uniseg v0.4.7
  • github.com/sahilm/fuzzy v0.1.1
  • github.com/stretchr/testify v1.9.0
  • github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
  • golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
  • golang.org/x/sync v0.7.0
  • golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.20.0
  • golang.org/x/term v0.20.0
  • golang.org/x/text v0.15.0
  • gopkg.in/yaml.v3 v3.0.1
.github/workflows/update-contributors.yaml actions
  • akhilmhdh/contributors-readme-action 1ff4c56187458b34cd602aee93e897344ce34bfc composite