惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 聂微东
S
Schneier on Security
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Latest news
Latest news
Cyberwarzone
Cyberwarzone
Cisco Talos Blog
Cisco Talos Blog
T
The Exploit Database - CXSecurity.com
T
Tenable Blog
I
Intezer
T
Threat Research - Cisco Blogs
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
Cybersecurity and Infrastructure Security Agency CISA
P
Privacy International News Feed
P
Palo Alto Networks Blog
The Register - Security
The Register - Security
IT之家
IT之家
Google DeepMind News
Google DeepMind News
C
Cyber Attacks, Cyber Crime and Cyber Security
L
LINUX DO - 最新话题
S
Securelist
WordPress大学
WordPress大学
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Hugging Face - Blog
Hugging Face - Blog
N
News and Events Feed by Topic
H
Help Net Security
Project Zero
Project Zero
K
Kaspersky official blog
博客园 - 三生石上(FineUI控件)
L
LINUX DO - 热门话题
大猫的无限游戏
大猫的无限游戏
G
GRAHAM CLULEY
F
Full Disclosure
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
TaoSecurity Blog
TaoSecurity Blog
N
News | PayPal Newsroom
Forbes - Security
Forbes - Security
博客园 - 司徒正美
I
InfoQ
Recent Announcements
Recent Announcements
Attack and Defense Labs
Attack and Defense Labs
P
Privacy & Cybersecurity Law Blog
S
Security @ Cisco Blogs
人人都是产品经理
人人都是产品经理
The GitHub Blog
The GitHub Blog
Simon Willison's Weblog
Simon Willison's Weblog
G
Google Developers Blog
N
Netflix TechBlog - Medium
U
Unit 42
阮一峰的网络日志
阮一峰的网络日志

Star History

Star History Monthly 🌟 Skills (March 2026) Star History Monthly 🌟 Clawflare (February 2026) Star History Monthly 🌟 Embedded Web Editor (January 2026) star-history.com in 2025 Star History Monthly 🌟 React (December 2025) Star History Monthly 🌟 Agent SDK/Framework (November 2025) Star History Starlet 🌟 NPC Shell Star History Monthly 🌟 Declarative (October 2025) Star History Newsletter 🌟 Star History Newsletter 🌟 IDE for Vibe Coding Star History Newsletter 🌟 Browser for AI Agent Star History Newsletter 🌟 Agent Protocol Star History Newsletter 🌟 AI Verse Star History Newsletter 🌟 MCP Server Star History Newsletter 🌟 Fun AI Generators Star History Weekly Star History Weekly Star History Weekly Star History Weekly
Star History Newsletter 🌟
2025-09-17 · via Star History

Hi and welcome to Star History Weekly #34!

If you‘re new, it's Adela here. Each week, we curate some open-source news and take you to explore an open-source project, the Starlets. Meanwhile, we share fascinating GitHub repos daily over at @StarHistoryHQ, so make sure to follow us if you haven't already.

In Issue #34, we explored 6 projects shaping the "open vs proprietary" landscape.

As proprietary AI softwares like ChatGPT, Midjourney, Perplexity, Claude, Devin, Lovable, VEO continue to dominate the headlines, open-source counterparts are not far behind. Developers and hobbyists wish to take back control: running models locally, avoiding vendor lock-in, and trying out infinite possibilities of customization.

This month, we highlight six outstanding projects shaping the "open vs proprietary" landscape:

LocalAI

the self-hosted GPT API

ComfyUI

the power user’s Midjourney

Wan2.2

cinematic video generation, open and hackable

OpenHands

the community’s Devin

Perplexica

the open-source Perplexity AI

Firecrawl

the building blocks of Lovable-like app builders

LocalAI

→ OpenAI GPT API / Anthropic Claude

LocalAI is not a model, but an inference layer that wraps open models (LLaMA, Mistral, Gemma, Mixtral, Qwen) behind an OpenAI-compatible API. Developers can swap out OpenAI’s endpoint for LocalAI with minimal code changes.

  • Strengths: API-compatible, multi-modal (text, embeddings, TTS, images), privacy-friendly, cost-saving.

  • Limitations: Models still trail GPT-4o and Claude 3.5 in reasoning and creativity. Speed depends on hardware.

👉 The closest open-source alternative to GPT APIs. Not raw parity, but all about control, cost, and freedom.

ComfyUI

→ Midjourney / Runway

ComfyUI is a node-based workflow editor for diffusion models. Artists can wire together samplers, ControlNet modules, LoRA models, and video nodes like Lego blocks.

  • Ecosystem: Hundreds of community plugins and nodes, covering 3D, video, and advanced controls.

  • Community & Marketing: comfy.org acts as both product site and gallery, showcasing user creations and workflows. Messaging is clear: ComfyUI is for artists of the future.

👉 Midjourney is easy but closed. ComfyUI is harder to learn but infinitely more flexible. Its rise shows creators want control and community, not just outputs.

Wan2.2

→ Google DeepMind VEO 3

Developed by Alibaba, Wan2.2 is an ambitious open video generation model. It supports text-to-video, image-to-video, and speech-to-video.

  • Community: Available on Hugging Face and ModelScope, integrated into ComfyUI workflows, with tutorials and guides shared widely.

  • Strengths: Motion consistency, cinematic feel, multi-modal inputs.

  • Limitations: Heavy GPU requirements, occasional artifacts, not plug-and-play.

👉 Proof that open video generation is real — and people are already experimenting with it despite the cost.

OpenHands

→ Devin

Devin sparked huge buzz as the “AI software engineer,” but it’s closed. OpenHands is the community’s open alternative.

  • Features: AI coding agents that can plan, code, test, debug, and collaborate. Extensible and self-hostable.

  • Why it matters: Proprietary dev agents are black boxes. OpenHands is transparent and hackable — designed as a collaborative teammate.

  • Challenges: Early days, far from Devin’s demos, needs ecosystem growth.

👉 The first step toward an open Devin developers can actually use and extend.

Perplexica

→ Perplexity AI

Perplexica is an AI-powered search engine that serves as an open-source alternative to Perplexity AI. It combines web search with AI reasoning to provide comprehensive answers with sources.

  • Features: Real-time web search, multiple AI model support (OpenAI, Ollama, Groq, Anthropic), focus modes for different search types, and chat-based interface.

  • Self-hosted: Complete control over your search data and AI interactions, with Docker deployment for easy setup.

  • Limitations: Requires technical setup, dependent on external search engines (SearXNG), and needs API keys for AI models.

👉 The open alternative to Perplexity AI — giving users control over their AI-powered search experience without vendor lock-in.

Firecrawl

(with Open-Lovable demo) → Lovable

Firecrawl is an open-source crawler that turns websites into clean Markdown or JSON, perfect for LLMs. To demonstrate its power, the community built Open-Lovable, a clone of Lovable’s instant app builder.

  • Why it matters: Proprietary app builders hide their stack. Firecrawl shows that the building blocks for Lovable-style apps already exist in open source.

👉 Less about cloning Lovable directly, more about proving you can rebuild it with open infrastructure.

That's September: six open-source projects pursuing giants, each with its own story. The polish may be lacking, but the creativity, vibrancy, and freedom of open source are impossible to ignore.