{"id":29668148,"url":"https://github.com/atlasserver-core/atlasai-cli","last_synced_at":"2026-03-09T04:32:02.435Z","repository":{"id":293690953,"uuid":"984524733","full_name":"AtlasServer-Core/AtlasAI-CLI","owner":"AtlasServer-Core","description":"⚡💻 Your intelligent, easy-to-use terminal","archived":false,"fork":false,"pushed_at":"2025-05-24T23:04:55.000Z","size":100,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-27T03:50:00.894Z","etag":null,"topics":["agentic-ai","ai","cli","cli-ai","cli-app","codex","machine-learning","ollama","ollama-python","openai","python","rich"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AtlasServer-Core.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-05-16T04:33:41.000Z","updated_at":"2025-05-24T23:04:58.000Z","dependencies_parsed_at":"2025-05-16T16:49:08.310Z","dependency_job_id":"e26b2795-a2a9-4a54-8e77-27ad0e4ac7bb","html_url":"https://github.com/AtlasServer-Core/AtlasAI-CLI","commit_stats":null,"previous_names":["atlasserver-core/atlasai-cli"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/AtlasServer-Core/AtlasAI-CLI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlasServer-Core%2FAtlasAI-CLI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlasServer-Core%2FAtlasAI-CLI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlasServer-Core%2FAtlasAI-CLI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlasServer-Core%2FAtlasAI-CLI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtlasServer-Core","download_url":"https://codeload.github.com/AtlasServer-Core/AtlasAI-CLI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlasServer-Core%2FAtlasAI-CLI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"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":["agentic-ai","ai","cli","cli-ai","cli-app","codex","machine-learning","ollama","ollama-python","openai","python","rich"],"created_at":"2025-07-22T17:06:21.035Z","updated_at":"2026-03-09T04:32:02.404Z","avatar_url":"https://github.com/AtlasServer-Core.png","language":"Python","readme":"# AtlasAI-CLI 🤖\n\n**AtlasAI-CLI** is an AI-powered command line tool that analyzes projects and recommends optimal deployment configurations. It works as an independent complement for AtlasServer-Core or as a standalone tool.\n\n![DemoAI](https://res.cloudinary.com/dmtomxyvm/image/upload/v1747508948/qndkowec6jpmuifmk6ys.gif)\n\n## Why a separate package?\n\nAtlasAI-CLI was born as part of [AtlasServer-Core v0.2.5](https://github.com/AtlasServer-Core/AtlasServer-Core/releases/tag/v0.2.5), but is now distributed as an independent package to:\n\n- **Reduce dependencies**: AtlasServer-Core stays lighter\n- **Better performance**: Faster installation when AI functions aren't needed\n- **Flexibility**: Usable with or without AtlasServer-Core\n- **Maintainability**: Cleaner and more modular codebase\n- **Customization**: Freedom to choose between local Ollama or cloud-based OpenAI\n\n## Main features\n\n### 🔍 Intelligent Project Analysis\n- **Framework detection**: Automatically identifies Flask, FastAPI, Django and others\n- **Interactive exploration**: Analyzes the structure and key files of the project\n- **Contextual recommendations**: Suggests specific commands, ports and environment variables\n\n### 🌐 Multiple AI providers\n- **Ollama**: Local models for privacy and offline operation\n- **OpenAI**: Cloud models for advanced analysis\n\n### 🌍 Multilingual support\n- Explanations in English or Spanish according to preference\n\n### 💻 [Rich](https://github.com/Textualize/rich) terminal interface\n- Enhanced visualization with [Rich](https://github.com/Textualize/rich)\n- Real-time responses through streaming\n- Panels, tables and Markdown format for better readability\n\n## Installation\n\n### As a standalone tool:\n```bash\npip install atlasai-cli\n```\n\n### With AtlasServer-Core:\n```bash\npip install atlasserver atlasai-cli\n```\n\n### Requirements:\n- Python 3.8 or higher\n- [Ollama](https://github.com/ollama/ollama) (to use local models)\n\n## Usage\n\n### Configuration:\n\n```bash\n# Setup with Ollama (local)\natlasai ai setup --provider ollama --model llama3:8b\n\n# Setup with OpenAI (cloud)\natlasai ai setup --provider openai --model gpt-4.1 --api-key YOUR_API_KEY\n```\n\n### Project analysis:\n\n```bash\n# Basic analysis\natlasai ai suggest ~/path/to/my-project\n\n# With language preference\natlasai ai suggest ~/path/to/my-project --language es\n\n# With debug mode\natlasai ai suggest ~/path/to/my-project --debug\n```\n\n### Integration with AtlasServer-Core:\n\nIf you have AtlasServer-Core installed, you can use the same commands with the `atlasserver` prefix:\n\n```bash\natlasserver ai setup --provider ollama --model llama3:8b\natlasserver ai suggest ~/path/to/my-project\n```\n\n## Demo\n\n### AtlasAI-CLI in Action\n\n![Atlas-Demo-1](https://res.cloudinary.com/dmtomxyvm/image/upload/v1747456012/xcd2bjkgogrovkn3l8xe.png)\n![Atlas-Demo-2](https://res.cloudinary.com/dmtomxyvm/image/upload/v1747456012/moq7lcburhifa4as0zsj.png)\n\n## Compatibility\n\nAtlasAI-CLI works best with:\n- Post-Llama 3 models for Ollama\n- GPT-4o or higher for OpenAI\n\n## Contributions\n\nContributions are welcome! If you find bugs or have ideas for improvements, please open an issue or submit a pull request.\n\n## License\n\nAtlasAI-CLI is distributed under the [Apache 2.0 license](https://claude.ai/chat/LICENSE).\n\n---\n\n⚡💻 **Your intelligent, easy-to-use terminal**  \n*From developers to developers.*","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlasserver-core%2Fatlasai-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatlasserver-core%2Fatlasai-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlasserver-core%2Fatlasai-cli/lists"}