NutriTrace v1.0.0-rc.54 released: Health Connect sync fix, local LLM proxy support, backup fidelity pass [AIP] (github.com)
from TraceApps@lemmy.world to selfhosted@lemmy.world on 11 Jul 00:51
https://lemmy.world/post/49291118

NutriTrace v1.0.0-rc.54 released: Health Connect sync fix, local LLM proxy support, backup fidelity pass

NutriTrace is a self-hosted nutrition tracker (Docker + Android, AGPL-3.0). Small point release focused on stability and fixes.

Fixes

What’s new

Install / upgrade

What is NutriTrace?

Self-hosted nutrition tracker. Diary + Foods catalog (with Open Food Facts / USDA / Mealie search + barcode scan), wellness integrations (Fitbit, Garmin, Withings, Google Health, Health Connect), workouts, goals, statistics, recipes, multi-user, OIDC SSO, federation with LiftTrace and CookTrace, AI assistant (Claude / OpenAI / Gemini / Ollama). Docker on the server, Capacitor app on Android. AGPL-3.0 licensed.

AI Disclosure

Per Rule 7 / [AIP] disclosure requirements AI was used during development as a coding assistant. Level per category:

Solo maintainer; no team.

#selfhosted

threaded - newest

curbstickle@anarchist.nexus on 11 Jul 01:16 next collapse

@traceapps@lemmy.world Please also include the required disclosures per rule 8, and let me know if you have any questions

TraceApps@lemmy.world on 11 Jul 01:30 collapse

Updated, thank you.

amberwillow43324@lemmy.1095.me on 11 Jul 08:04 collapse

The local LLM proxy support is a solid move — running AI inference on your own private network instead of exposing endpoints to the browser removes a whole class of data-leakage vectors. oai-compat with Ollama/LM Studio means people can actually keep their health data in-network without vendor lock-in.

TraceApps, did you hit any latency issues with server-side proxying in testing, or does local inference handle typical feature requests fast enough? If more folks are exploring this pattern, there’s probably useful deployment context at cxgo.ai/l/UbkBlVR .