An unexpected side-effect of having been forced to suddenly switch from @opencode to Claude Code makes the difference feel much more noticeable. And not in a good way.
Hope they reconsider.
@rauchg I now realize the [project name] links to "Deployments". I was expecting that to be a link to "Overview" since it takes precedence in the main nav.
@rauchg minor UX suggestion. It's hard navigating from deploy to deploy. It'd be a lot easier if there was a link back to /deployments in the breadcrumbs (or anywhere on the page really).
The desktop app is now here and it's available for Linux, macOS & Windows.
You can now download models and chat with your @Ollama server directly from the UI.
No command-line knowledge required.
How do I get Hollama?
I'm so glad you asked...
Live demo
https://t.co/oTJRzfArZi
Desktop app
https://t.co/5Uq67SedZM
Self-hosted (Docker)
https://t.co/8jBeYy6WpW
@SvelteSociety do you know anyone who is really good at crafting @sveltejs transitions and might be interested in helping improve an open source/privacy-first/local AI interface?
The desktop app is now here and it's available for Linux, macOS & Windows.
You can now download models and chat with your @Ollama server directly from the UI.
No command-line knowledge required.
@amberfeinerman For my personal site (and any other static site really) I use SvelteKit deployed to Cloudflare Pages.
And specifically for blogging you can write markdown files and parse them as Svelte components with https://t.co/eCNlAFXGgQ
@heysupratim I still actively use the app myself and there is a never-ending list of features/improvements I'd like to make but for now I'm prioritizing other projects.
@heysupratim Thanks, appreciate the compliment!
I'm not actively working on that project at the moment, other than occasional maintenance or bug fixing.
That being said, if you want to submit a PR with some UI improvements I'll be happy to consider it.
@balajis “The Aviation Herald” has quite a few reports of incidents of this kind every day, but it’s likely just a fraction of the actual events.
https://t.co/zxNeTDyB5z
I'm using it to quickly try different models and/or servers running on multiple devices in my network.
Code is available on Github
https://t.co/zhZRnFI019
Try it out at
https://t.co/4NNI4zSRaW
Weekend project — Hollama: a minimal web-UI for @Ollama_ai
- Runs entirely on your browser
- Displays all available models
- Saves/loads sessions on localStorage
- Streams completions
- Reads out loud last completion (with legacy TTS)
- Made with @sveltejs