AskAlf: Open-source multi-agent orchestration platform for self-hosted AI workflows

What AskAlf does
AskAlf is an open-source multi-agent orchestration platform designed to run on your own hardware. Unlike single-agent tools, it dynamically creates specialized workers that coordinate through an autonomous system.
Key technical features
- 10-layer cognitive memory system combining semantic, episodic, and procedural memories
- Memory storage using PostgreSQL with pgvector extension
- Autonomous system that reviews its own knowledge and creates investigation tickets when issues are found
- Ticket dispatch to appropriate workers with resolution tracking
- Memory consolidation that strengthens useful patterns over time (e.g., the 100th security scan knows exactly where to look)
Current implementation
- Uses Claude and OpenAI as AI providers
- Architecture is model-agnostic
- Local model support (Ollama, vLLM) is on the roadmap
Technology stack
Built with TypeScript, PostgreSQL + pgvector, Redis, Docker, and MCP Protocol.
Installation
Quick installation via curl:
curl -fsSL https://get.askalf.org | bashSource and repository
GitHub repository available at: https://github.com/askalf/askalf
📖 Read the full source: r/LocalLLaMA
👀 See Also

Open-source Go port of Claude Code CLI released as claw-code-go
Developer dolm09 has released claw-code-go, a full Go port of the Claude Code CLI with a self-contained binary under 10K lines of code. The project includes a TUI with bubbletea, multi-provider support, MCP client, and tool execution engine.

Sandbox0: Open-Source Kubernetes-Native Sandbox Infrastructure for AI Agents
Sandbox0 is an open-source sandbox infrastructure for AI agents built on Kubernetes with persistent storage via JuiceFS and auto-scaling. It addresses limitations like concurrency caps and ephemeral execution found in existing solutions.

Building a Local Open-Source AI Workspace with Rust and Tauri
Explore a fully local, open-source AI workspace built using Rust, Tauri, and sqlite-vec, without a Python backend.

Elodin Open-Sources AI Racing Harness with Real-Time Betaflight Simulation for AI Grand Prix Contestants
Elodin released an open-source simulation harness for the AI Grand Prix virtual qualifier, matching competition constraints and running against real Betaflight. The Rust/Bevy-based tool generates camera sensor samples directly in the loop, avoiding heavy game engine overhead.