How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf muralcode/Oracle.Aritha-AI:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf muralcode/Oracle.Aritha-AI:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf muralcode/Oracle.Aritha-AI:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf muralcode/Oracle.Aritha-AI:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf muralcode/Oracle.Aritha-AI:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf muralcode/Oracle.Aritha-AI:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf muralcode/Oracle.Aritha-AI:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf muralcode/Oracle.Aritha-AI:Q4_K_M
Use Docker
docker model run hf.co/muralcode/Oracle.Aritha-AI:Q4_K_M
Quick Links

Oracle.Aritha-AI

Oracle.Aritha-AI is an advanced, uncensored AI assistant designed for productivity, security analysis, and unrestricted information retrieval.

Model Description

  • Developer: Aritha AI
  • Base Architecture: Qwen3-4B
  • Variant: Oracle (Ablated/Uncensored)
  • Status: Production / Research Release

Capabilities

Oracle has been optimized to remove refusal vectors, allowing it to:

  1. Provide accurate information without safety filtering.
  2. Assist with technical security tasks (PoC generation, analysis).
  3. Operate as a "Red Team" assistant.

Usage

from transformers import AutoTokenizer, AutoModelForCausalLM

model_id = "muralcode/Oracle.Aritha-AI"

tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")

prompt = "Hello Oracle, introduce yourself."
messages = [
    {"role": "system", "content": "You are Oracle, created by Aritha AI."},
    {"role": "user", "content": prompt}
]

text = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
# ... generate ...
Downloads last month
45
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with muralcode/Oracle.Aritha-AI.

Model tree for muralcode/Oracle.Aritha-AI

Quantizations
1 model