Suggestion: Consider Rust + Python with stdin/stdout or WebSocket for clean offline architecture #5348
yaro123456
started this conversation in
Architecture Specs
Replies: 1 comment
-
|
hi @yaro123456 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, really cool project — love the idea of a fully offline AI assistant.
That said, I noticed the current stack relies on Tauri + llama.cpp + frontend WebView. It works, but it introduces a lot of complexity for cross-platform builds and model management.
Wanted to suggest an alternative architecture that might simplify things and actually improve performance and dev experience:
Proposed Stack:
Why this might be better:
Let me know if this is interesting! Would be fun to PR a minimal version of this setup if you're open to it.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions