Bookmark
LibreChat AI
https://itsfoss.com/librechat-linux/, posted 15 Jul by peter in ai development free howto opensource software
LibreChat AI is an open-source platform that allows users to chat and interact with various AI models through a unified interface. You can use OpenAI, Gemini, Anthropic and other AI models using their API. You may also use Ollama as an endpoint and use LibreChat to interact with local LLMs. It can be installed locally or deployed on a server.
Bookmark
Generative AI for Krita
https://github.com/Acly/krita-ai-diffusion?tab=readme-ov-file, posted 11 May by peter in ai development free graphics opensource software
Generate images from within Krita with minimal fuss: Select an area, push a button, and new content that matches your image will be generated. Or expand your canvas and fill new areas with generated content that blends right in. Text prompts are optional. No tweaking required!
Bookmark
Monit
https://mmonit.com/monit/, posted Feb '24 by peter in free monitoring opensource software
Monit is a small Open Source utility for managing and monitoring Unix systems. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations.
Bookmark
Browse Your Life in Pictures – PhotoPrism
https://www.photoprism.app/, posted Jan '24 by peter in free hosting opensource photography software
PhotoPrism® is an AI-Powered Photos App for the Decentralized Web. It makes use of the latest technologies to tag and find pictures automatically without getting in your way. You can run it at home, on a private server, or in the cloud.
Bookmark
chezmoi
https://www.chezmoi.io/, posted Jan '24 by peter in free linux shell software versioncontrol
Manage your dotfiles across multiple diverse machines, securely.
Bookmark
Kiwix
https://kiwix.org/en/, posted Dec '23 by peter in android free linux reference software storage
Store any website on your mobile phone or computer, easily.
Bookmark
Veilid
https://veilid.com/, posted Aug '23 by peter in development free opensource privacy software
Veilid allows anyone to build a distributed, private app. Veilid gives users the privacy to opt out of data collection and online tracking. Veilid is being built with user experience, privacy, and safety as our top priorities. It is open source and available to everyone to use and build upon.
Bookmark
Pacstall - The AUR for Ubuntu
https://pacstall.dev/, posted Aug '23 by peter in free linux opensource software
Pacstall uses the stable base of Ubuntu but allows you to use bleeding edge software with little to no compromises, so you don't have to worry about security patches or new features.
Bookmark
Python API - LLM
https://llm.datasette.io/en/stable/python-api.html, posted Jul '23 by peter in ai development free python software
LLM provides a Python API for executing prompts, in addition to the command-line interface.
[...]
To run a prompt against the
gpt-3.5-turbo
model, run this:import llm model = llm.get_model("gpt-3.5-turbo") model.key = 'YOUR_API_KEY_HERE' response = model.prompt("Five surprising names for a pet pelican") print(response.text())
Bookmark
progress: Linux tool to show progress for cp, mv, dd, ...
https://github.com/Xfennec/progress, posted May '23 by peter in free linux opensource shell software
This tool can be described as a Tiny, Dirty C command that looks for coreutils basic commands (cp, mv, dd, tar, gzip/gunzip, cat, etc.) currently running on your system and displays the percentage of copied data. It can also show estimated time and throughput, and provides a "top-like" mode (monitoring).