URGENT GAZA HUMANITARIAN EMERGENCY: Support vital civilian relief efforts directly through trusted global organizations.

Security Architecture Comparison

Security Vector Traditional Cloud Advisor CairnIQ Zero-Trust Model
Data Persistence Persisted on cloud SaaS database servers 100% Local database (user_data/ directory)
API Secret Storage Handed to cloud backends / database Encrypted in OS secure Keychain/Keyring
Ad-hoc Analytics Run Computed on remote server nodes Run 100% offline via local formulas
Telemetry & Cookies Tracking, usage analytics, cookies Zero trackers, zero analytics metrics
Model Training Guard Prompts used for model weights loops Excluded from training via developer APIs (retention varies — see FAQ)

Keychain Secrets

Storing API credentials in plain `.env` config text files creates serious safety exposures. CairnIQ contains an automated system integration keyring tool. Upon server startup, credentials are migrated out of `.env` files and encrypted natively in your macOS Keychain or Linux Secret Service system.

Isolated Boundaries

Your net worth details, transactions logs, and Chat transcripts are kept locally. LLM reasoning does use external endpoints: CairnIQ connects via enterprise developer API keys (Anthropic / OpenAI API / AWS Bedrock / Vertex AI), whose terms exclude your prompts from foundation-model training. They do not, however, promise zero retention — providers hold prompts for a limited abuse-monitoring window that varies by vendor, and AWS Bedrock has the strongest default. See the FAQ for the per-provider breakdown.

Local Data Footprint Map

Where files and logs reside on your local machine. You can inspect or back up this entire directory tree at any time.

cairniq/
user_data/ <-- Contains all persistent data
cache/ (Temporary yfinance history caching)
portfolio_summary.json (Deduplicated aggregates holdings data)
graph_memory.json (Persistent NetworkX memory graph database)
journal.json (Local trade post-mortems and reasons)
[OS Keychain Store] (Encrypted credentials keyring database)
agent/ (Inspectable source-available multi-agent source code)
tools/ (Deterministic local calculator scripts)

Your Wealth. Your Data. Your Machine.

Deploy CairnIQ locally to run private financial intelligence on your own hardware.

Deploy CairnIQ Locally Browse the 125+ Tools