- One Command Deploy —
docker compose up -dand you're ready. - Search Engine — SearXNG for private web search.
- Long-Term Memory — Honcho for persistent agent memory.
- Browser Automation — Playwright for web interaction.
- Vector Storage — Qdrant for embeddings.
- Privacy-Focused — All data stays on your infrastructure.
- CPU-Only — No GPU required.
- Production Ready — Health checks and monitoring.
git clone https://github.com/OneByJorah/AutoStack.git
cd AutoStack
cp .env.example .env
docker compose up -d| Service | URL |
|---|---|
| SearXNG | http://localhost:8080 |
| Qdrant | http://localhost:6333 |
| Honcho | http://localhost:4000 |
| Browser | http://localhost:9222 |
| Component | Purpose |
|---|---|
| SearXNG | Privacy web search |
| Qdrant | Vector database |
| Honcho | Long-term memory |
| Playwright | Browser automation |
| Redis | Caching and queues |
| Variable | Default | Description |
|---|---|---|
SEARXNG_PORT |
8080 |
SearXNG port |
QDRANT_PORT |
6333 |
Qdrant port |
HONCHO_PORT |
4000 |
Honcho port |
POSTGRES_DB |
autostack |
Database name |
AutoStack/
├── docker-compose.yml # Main compose file
├── .env.example # Environment template
├── scripts/
│ ├── setup.sh # Initial setup
│ └── health-check.sh
└── README.md
Contributions are welcome. Please see CONTRIBUTING.md for guidelines and CODE_OF_CONDUCT.md for community standards.
For security concerns, see SECURITY.md. Please report vulnerabilities to info@jorahone.com — do not use public issues.
MIT © Jhonattan L. Jimenez
See CONTRIBUTING.md. All contributions follow the Code of Conduct.
Found a vulnerability? Please follow our Security Policy and report privately to security@jorahone.com.
MIT License © Jhonattan L. Jimenez (OneByJorah)
Built with 🌴 by OneByJorah · jorahone.com
