Ollama Registry CLI Application
Project description
ORCA: Ollama Registry CLI Application
ORCA is a command-line interface application that allows you to search, explore, and download models from the Ollama Registry. It provides an intuitive interface for discovering models, viewing their tags, and pulling them to your local Ollama installation.
Features
- Search the Ollama Registry for models
- View available tags for models
- Pull models directly to your local Ollama installation
- Open model pages in your browser for more information
Installation
Prerequisites
- Python 3.10 or higher
- Ollama installed on your system
Setup
-
Clone the repository:
git clone https://github.com/molbal/orca.git cd orca
-
Install the required dependencies:
pip install -r requirements.txt
Usage
CLI Commands
ORCA provides the following commands:
Search for models
python main.py search [QUERY]
- If no query is provided, you'll be prompted to enter a search term interactively.
Example:
python main.py search gemma3
Download a model
python main.py download [MODEL_NAME] [TAG] [FILE_NAME] [DIRECTORY]
- Downloads a specific model tag to the specified file and directory.
Example:
python main.py download llama3.2 1b model.gguf .
Getting Help
You can always get help by using:
python main.py --help
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/new-feature) - Commit your changes (
git commit -m 'Add some new feature') - Push to the branch (
git push origin feature/new-feature) - Open a Pull Request
License
This project is licensed under the Apache - see the LICENSE file for details.
Acknowledgments
- Ollama for hosting the registry
- All the open-source projects that make ORCA possible
ORCA is not officially affiliated with Ollama.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orca_cli-0.1.0.tar.gz.
File metadata
- Download URL: orca_cli-0.1.0.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.10.11 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a48f25549e55f3a26adcb44855757ba5ec4e068a6ffcdb2cdddb29f9968145d
|
|
| MD5 |
9e090cf338ad39677d56f2dc203a5990
|
|
| BLAKE2b-256 |
ac0e4807a3f5dd8b0def30750551bb461303bdda0d8e4591a9c2420a61bbdfda
|
File details
Details for the file orca_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: orca_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.10.11 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
509b62493dff7b663b5fa14c7f75b3fed72333726aeb4b68be8b232517718d21
|
|
| MD5 |
35d369bde18900f6441b152ef00c3cc5
|
|
| BLAKE2b-256 |
f56388d9c1cfa8724604c3a66223a713f264f391b10c0f872c0ddaea827157ac
|