RadarTopicsBuildersWeeklyReads
Open Source Radar
Thysrael/

Horizon

GitHubWebsite

Horizon is a Python-based, self-hosted AI news radar that aggregates sources, deduplicates, analyzes with configurable profiles, and delivers via Markdown site, email, or webhooks. It supports English/Chinese briefings and multiple delivery channels.

8.6kstars
1.3kforks
2issues
MITlicense
2026since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).

Alternatives & relatedmatched by topic overlap
Graphify-Labs/
graphify
4.6k/wk

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

102k9.9kPython
sansan0/
TrendRadar
183/wk

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。

61k25kPython
zhayujie/
CowAgent
135/wk

Open-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-model, multi-channel. Lightweight, extensible, one-line install. (formerly chatgpt-on-wechat)

46k10kPython
NousResearch/
hermes-agent
3.5k/wk

The agent that grows with you

225k44kPython
HKUDS/
nanobot
275/wk

Ultra-lightweight, open-source, self-hosted personal AI agent framework in Python with WebUI, tools, memory, MCP, multi-agent workflows, automation, and chat apps

47k8.2kPython
farion1231/
cc-switch
2.3k/wk

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

124k8.4kRust
Reviewgenerated from repository data · Aug 5, 2026

What it is

Horizon is an AI-powered news radar that generates daily briefings in English and Chinese. It aggregates content from sources such as RSS, Hacker News, Reddit, Telegram, Twitter/X, GitHub, and OpenBB, then deduplicates, scores, enriches, and summarizes items into a Markdown briefing. It can publish to GitHub Pages, send via email, and push to webhooks or MCP.

How it works

The README describes a pipeline: Configure sources, profiles, models, languages, and outputs; Fetch content from configured sources; Deduplicate items across platforms; Analyze and filter with a chosen profile; Enrich with contextual blocks; Summarize into a Markdown briefing; Deliver to outputs (site, email, webhook, MCP).

Getting started

Install options:

"git clone https://github.com/Thysrael/Horizon.git" "cd Horizon"

"# Install with uv (recommended)" "uv sync"

"# Install test/development extras when needed" "uv sync --extra dev"

"# Or with pip" "pip install -e ."

If you want the optional OpenBB source:

"uv sync --extra openbb"

For OpenBB without wheels:

"uv pip install --only-binary=:all: openbb openbb-benzinga"

Docker option:

"git clone https://github.com/Thysrael/Horizon.git" "cd Horizon" "docker compose build --build-arg EXTRAS=trafilatura horizon"

Configure options:

Interactive wizard (recommended):

"uv run horizon-wizard"

The wizard auto-generates data/config.json. See Interactive Wizard docs for CLI options.

Manual configuration:

"cp .env.example .env # Add your API keys" "cp data/config.example.json data/config.json # Customize your sources"

Minimal configuration example is provided in JSONC format covering ai provider, sources, and processing profiles.

SharePost on XLinkedIn
All trending reposRevenue-verified startups →