{"id":28735205,"url":"https://github.com/spartan-71/helix","last_synced_at":"2026-02-01T19:32:34.224Z","repository":{"id":298095647,"uuid":"998749854","full_name":"Spartan-71/Helix","owner":"Spartan-71","description":"A terminal-native AI chat interface — talk to any LLM, right from your shell.","archived":false,"fork":false,"pushed_at":"2025-06-11T17:58:29.000Z","size":148,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-16T11:52:30.153Z","etag":null,"topics":["ai","claude","gemma","gpt","llama","llm","mixtral-8x7b","ollama","ollama-client","python","terminal","tui"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/helix-chat/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Spartan-71.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-09T07:30:48.000Z","updated_at":"2025-06-13T21:15:16.000Z","dependencies_parsed_at":"2025-06-09T11:46:30.211Z","dependency_job_id":"ce513a87-917f-42b5-a75b-d9ca76bcc3b2","html_url":"https://github.com/Spartan-71/Helix","commit_stats":null,"previous_names":["spartan-71/helix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Spartan-71/Helix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spartan-71%2FHelix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spartan-71%2FHelix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spartan-71%2FHelix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spartan-71%2FHelix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Spartan-71","download_url":"https://codeload.github.com/Spartan-71/Helix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spartan-71%2FHelix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28987278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T18:17:03.387Z","status":"ssl_error","status_checked_at":"2026-02-01T18:16:57.287Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","claude","gemma","gpt","llama","llm","mixtral-8x7b","ollama","ollama-client","python","terminal","tui"],"created_at":"2025-06-16T00:13:37.442Z","updated_at":"2026-02-01T19:32:34.210Z","avatar_url":"https://github.com/Spartan-71.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Minimal Illustration Music SoundCloud Banner-1](https://github.com/user-attachments/assets/a4034b17-5019-4d26-9c84-b593b721619d)\n\n\u003cdiv\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ci\u003eA terminal-native AI chat interface — talk to any LLM, right from your shell.\u003c/i\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n---\nHelix is a work-in-progress project that brings the power of modern LLMs to your command line. Whether you prefer local models like LLaMA 3 or cloud-based ones like GPT-4 or Claude, Helix is being built to give you a ChatGPT-like experience with zero distractions and maximum speed — right inside your terminal.\n\n---\n\n## 🚧 Status\n\nHelix is currently under **rapid development** and not yet production-ready.  \nStay tuned for the first beta release — coming soon!\n\n\n## ✅ Planned Features\n\n- [x] Terminal-native Interface\n- [ ] Chat with any LLM\n  - [ ] API-based (OpenAI, Claude, Gemini, etc.)\n  - [ ] Local models (LLaMA 3, Mistral, Phi-3, Gemma, etc.) via Ollama/LlamaEdge\n  - [x] Unified backend using **LiteLLM**\n- [ ] Seamless Model Switching\n- [ ] RAG for Context-Aware Chat\n- [ ] Persistent Chat History + Fuzzy Search\n- [ ] Multi-modal Input Support (Text + Image)\n- [x] Markdown Rendering in Terminal\n- [ ] Streaming Token-by-Token Response Output\n- [ ] Theming Support (Dark, Solarized, etc.)\n- [ ] Offline Mode Toggle\n- [ ] Support for MCP Servers\n- [ ] Slash Commands (e.g. `/reset`, `/save`, `/switch`)\n- [ ] Keyboard Shortcuts (Vim-style navigation)\n- [ ] Export Chats (Markdown, JSON, HTML)\n\n\n## 💡 Why Helix?\n\nJust like the double helix structure of DNA, this project weaves together the raw power of terminals and the evolving intelligence of LLMs — forming a beautifully minimal, developer-first chat experience.\n\n\n## 📦 Installation\n\nDownload: `pip install helix-chat`\n\nLaunch: `helix`\n\n\u003eMake sure you have ollama/llama3 model pulled locally, since helix uses that by default.\n\n## 🤝 Contributing\n\nWe’ll soon open up issues and contribution guidelines. If you're interested in helping, feel free to ⭐ the repo and watch for updates!\n\n## 📜 License\n\nApache License 2.0 — Free to use, modify, and distribute, with proper attribution and a focus on contribution transparency.\n\nYou can read the full license [here](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspartan-71%2Fhelix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspartan-71%2Fhelix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspartan-71%2Fhelix/lists"}