MIST — sovereign AI companion with dual-path architecture (cloud + local). Mobile app ↔ tRPC server ↔ Gemini/Ollama.
Stars
1
Forks
0
Watchers
1
Open Issues
5
Overall repository health assessment
^15.0.3^2.2.0^7.8.12^2.9.2^7.1.25^5.90.1211.7.211.7.211.7.2^1.13.2^2.1.1^1.1.1^16.6.1^0.44.7~54.0.29~1.1.0^1.0.10~18.0.12~14.0.10~15.0.8~3.0.11~15.0.8~8.0.10~0.32.15~6.0.19~15.0.8~31.0.12~3.0.9~1.0.8~6.0.9~3.0.15~15.0.10^4.22.16.1.0^3.16.0^4.2.119.1.019.1.00.81.5~2.28.0~4.1.6~5.6.2~4.16.015.12.1~0.21.20.5.1^1.13.3^2.6.0^4.2.1^4.1.3^0.6.0^4.17.25^22.19.3^1.5.6~19.1.17^9.2.1^7.0.3^0.31.8^0.25.12^9.39.2~10.0.0^3.7.4^1.5.4^3.4.17^4.21.0~5.9.3^2.1.949
commits
11
commits
fix: remove hardcoded internalPort — Railway assigns $PORT dynamically (was 8080, not 18789)
b6c4b58View on GitHubfix: use sh -c wrapper so $PORT expands at runtime (Railway requires binding to assigned PORT)
dc09c3fView on GitHubfix: revert uvicorn port to hardcoded 18789 (shell expansion not supported in uvicorn CLI)
c793a64View on GitHub🔧 fix(ci): remove invalid railwayapp/action@v1 — Railway autodeploys via GitHub integration
5a3e97fView on GitHub🔧 fix(ci): valid job/step conditionals — secrets.X comparisons are invalid at job level
b026092View on GitHubfeat: MIST Nexus redesign — avatar hologram (left) + retro animations (center) + 3D orb (right)
9985671View on GitHubtest: gateway/tests/test_graph.py — LangGraph unit tests (perceive, routing, full cycle)
74b6c88View on GitHubfeat: server/routers/mist.ts — tRPC procedures for MIST gateway
87456e5View on GitHub