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.

AtlasAI-CLI was born as part of AtlasServer-Core v0.2.5, but is now distributed as an independent package to:
pip install atlasai-cli
pip install atlasserver atlasai-cli
# Setup with Ollama (local)
atlasai ai setup --provider ollama --model llama3:8b
# Setup with OpenAI (cloud)
atlasai ai setup --provider openai --model gpt-4.1 --api-key YOUR_API_KEY
# Basic analysis
atlasai ai suggest ~/path/to/my-project
# With language preference
atlasai ai suggest ~/path/to/my-project --language es
# With debug mode
atlasai ai suggest ~/path/to/my-project --debug
If you have AtlasServer-Core installed, you can use the same commands with the atlasserver prefix:
atlasserver ai setup --provider ollama --model llama3:8b
atlasserver ai suggest ~/path/to/my-project

AtlasAI-CLI works best with:
Contributions are welcome! If you find bugs or have ideas for improvements, please open an issue or submit a pull request.
AtlasAI-CLI is distributed under the Apache 2.0 license.
⚡💻 Your intelligent, easy-to-use terminal
From developers to developers.
No reviews yet. Be the first to rate this tool.
Sign in to leave a review.