Package Details: oterm 0.17.2-1

Git Clone URL: https://aur.archlinux.org/oterm.git (read-only, click to copy)
Package Base: oterm
Description: A text-based terminal client for Ollama
Upstream URL: https://github.com/ggozad/oterm
Keywords: cli ollama
Licenses: MIT
Submitter: daniel_chesters
Maintainer: Dominiquini
Last Packager: Dominiquini
Votes: 7
Popularity: 0.009659
First Submitted: 2023-12-05 20:14 (UTC)
Last Updated: 2026-05-13 21:41 (UTC)

Latest Comments

FoolTheRoyal commented on 2025-11-29 19:44 (UTC)

Package is self dependent and cannot be installed without manually editing the pkgbuild. Is this intentional?

makiel commented on 2025-11-24 17:59 (UTC)

Did you add the packages as self-dependant to make sure nobody installs it?

daniel_chesters commented on 2025-09-28 16:17 (UTC)

Hi derfehler,

I disown this package and dependencies I managed a few days ago. I don't want to continue to maintain this package for a few reasons and mostly because I lost interest for this project.

derfehler commented on 2025-09-27 18:23 (UTC)

Are you planning to continue maintaining this project? Currently, I install and update it via pipenv, but in general, it would be great to have it available through AUR—this would be more organized. Maybe reach out to someone who maintains other Python packages and ask them to add fastmcp and its dependencies? I actually really like this project, even though I mostly use tlm and Page Assist add-on in Firefox.

daniel_chesters commented on 2025-08-08 17:27 (UTC)

Indeed, newer version needs fastmcp python module that is not in AUR neither in Arch repos, and fastmcp need other python module that not either in repos. Sorry for lack of update. 😅

milgner commented on 2025-08-07 07:43 (UTC) (edited on 2025-08-07 08:54 (UTC) by milgner)

Wanting to install the current version, it was quite straightforward to upgrade:

--- PKGBUILD.orig   2025-08-07 09:40:29.654890707 +0200
+++ PKGBUILD    2025-08-07 10:46:48.632650847 +0200
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Chesters <archlinux@coin-coin.xyz>

 pkgname=oterm
-pkgver=0.11.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="A text-based terminal client for Ollama"
 arch=('any')
@@ -42,4 +42,4 @@
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
    python -m installer --destdir="$pkgdir" dist/*.whl
 }
-b2sums=('774e0f474550dca506d6586f80462a97cc8a7705400a176c692b5a31e725ffd4196b345f5e16cc4ba05f35382a2620e8a116b53e018448bb20ab2cca18187520')
+b2sums=('e27a2d28dc5ef06089dd12dbed6a243905a4d87f2f03263058fde46c4679e51a529767c7564084addbcc453a4e3c016b7d5db7783555ae3303fd4ef902bcc85d')

Edit: turns out, the package built but the app doesn't work anymore as it also needs fastmcp now which doesn't seem to have an AUR package... 🙈

daniel_chesters commented on 2024-10-07 17:54 (UTC)

Please, don't use the out-of-date flag for irrelevant issues, use comments instead. I will ignore future irrelevant usage of out-of-date flag.