{"id":25530818,"url":"https://github.com/ariajsarkar/ariaj","last_synced_at":"2026-02-13T03:48:54.190Z","repository":{"id":275432402,"uuid":"926072025","full_name":"AriajSarkar/ariaj","owner":"AriajSarkar","description":"A Go-based project with supporting scripts in Shell and Batchfile.","archived":false,"fork":false,"pushed_at":"2025-02-02T14:24:07.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T14:25:13.714Z","etag":null,"topics":["bacthfile","go","shell"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AriajSarkar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2025-02-02T13:42:32.000Z","updated_at":"2025-02-02T14:24:11.000Z","dependencies_parsed_at":"2025-02-02T14:25:20.245Z","dependency_job_id":"4543dc96-e57c-4abd-8d19-cbfb6f61b5f8","html_url":"https://github.com/AriajSarkar/ariaj","commit_stats":null,"previous_names":["ariajsarkar/ariaj"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriajSarkar%2Fariaj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriajSarkar%2Fariaj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriajSarkar%2Fariaj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriajSarkar%2Fariaj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AriajSarkar","download_url":"https://codeload.github.com/AriajSarkar/ariaj/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239753960,"owners_count":19691216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bacthfile","go","shell"],"created_at":"2025-02-20T00:22:08.673Z","updated_at":"2026-02-13T03:48:54.185Z","avatar_url":"https://github.com/AriajSarkar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖 Ariaj - CLI Interface for Ollama\n\n\u003cdiv align=\"center\"\u003e\n\n![Ariaj Logo](https://raw.githubusercontent.com/AriajSarkar/ariaj/main/assets/logo.png)\n\n[![Go Version](https://img.shields.io/github/go-mod/go-version/AriajSarkar/ariaj)](https://golang.org/)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Release](https://img.shields.io/github/v/release/AriajSarkar/ariaj)](https://github.com/AriajSarkar/ariaj/releases/latest)\n[![Release](https://github.com/AriajSarkar/ariaj/actions/workflows/release.yml/badge.svg)](https://github.com/AriajSarkar/ariaj/actions/workflows/release.yml)\n\n*A powerful CLI tool for interacting with Large Language Models through Ollama*\n\n\u003c/div\u003e\n\n## ✨ Features\n\n- 🚀 **Easy Installation** - Simple global installation process\n- 💬 **Interactive Mode** - Chat with your LLM in real-time\n- 🔄 **Model Switching** - Easily switch between different LLM models\n- 🖥️ **Process Management** - Automatic Ollama server management\n- ⚡ **Streaming Responses** - Get real-time streaming responses\n- 🎯 **Single Prompt Mode** - Quick one-off queries\n\n## 🚀 Installation\n\n### Prerequisites\n\n1. Install [Go](https://golang.org/doc/install) (version 1.19 or higher)\n2. Install [Ollama](https://ollama.ai)\n\n### Quick Install\n\n```bash\ngo install github.com/AriajSarkar/ariaj@latest\n```\n\n### Download Binary\n\nChoose the appropriate version for your system:\n\n| Platform | Architecture | Download |\n|----------|-------------|----------|\n| Windows | x64 | [Download](https://github.com/AriajSarkar/ariaj/releases/download/v0.1.5/ariaj_0.1.5_Windows_x86_64.zip) |\n| Windows | ARM64 | [Download](https://github.com/AriajSarkar/ariaj/releases/download/v0.1.5/ariaj_0.1.5_Windows_arm64.zip) |\n| Linux | x64 | [Download](https://github.com/AriajSarkar/ariaj/releases/download/v0.1.5/ariaj_0.1.5_Linux_x86_64.tar.gz) |\n| Linux | ARM64 | [Download](https://github.com/AriajSarkar/ariaj/releases/download/v0.1.5/ariaj_0.1.5_Linux_arm64.tar.gz) |\n| macOS | x64 | [Download](https://github.com/AriajSarkar/ariaj/releases/download/v0.1.5/ariaj_0.1.5_Darwin_x86_64.tar.gz) |\n| macOS | ARM64 | [Download](https://github.com/AriajSarkar/ariaj/releases/download/v0.1.5/ariaj_0.1.5_Darwin_arm64.tar.gz) |\n\n[View all releases](https://github.com/AriajSarkar/ariaj/releases)\n\n### Manual Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/AriajSarkar/ariaj.git\n\n# Build and install globally\ncd ariaj\ngo build\n./ariaj install\n```\n\n## 📚 Usage\n\n### Basic Commands\n\n```bash\n# Interactive mode\nariaj\n\n# Single prompt\nariaj \"What is the capital of France?\"\n\n# Change model\nariaj model\n\n# Uninstall\nariaj uninstall\n```\n\n### Interactive Mode\n\nStart an interactive session:\n```bash\n$ ariaj\nUsing model: llama2\nEnter your prompt (or 'exit' to quit): \n```\n\n### Switching Models\n\n```bash\n$ ariaj model\n? Select Model: \n  ▸ llama2\n    codellama\n    mistral\n    phi\n```\n\n## 🔧 Configuration\n\nConfiguration is automatically managed in:\n- Windows: `%APPDATA%/ariaj/config.json`\n- Linux/Mac: `$HOME/.config/ariaj/config.json`\n\n## 🤝 Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, development process, and how to contribute to the project.\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- [Ollama](https://ollama.ai) for the amazing LLM server\n- All the contributors who help improve this project\n\n---\n\n\u003cdiv align=\"center\"\u003e\nMade with ❤️ by Raj\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariajsarkar%2Fariaj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fariajsarkar%2Fariaj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariajsarkar%2Fariaj/lists"}