LangChain

LangChain is an open-source Python/JS framework for building LLM-powered apps, maintained by LangChain Inc. (founder Harrison Chase) under the MIT license. As of July 2026, the langchain package is at v1.3.13 (July 10) and langchain-core at v1.4.9 (July 8), following the LangChain 1.0 / LangGraph 1.0 stable milestone in October 2025. LangChain Inc. raised a $125M Series B in October 2025 at a $1.25B valuation. PyPI shows 100M+ monthly downloads and GitHub shows 139k+ stars (June 2026) β€” the most-downloaded agent framework by that measure. Its orchestration layer LangGraph (v1.2.9, 37k+ stars) models agents as durable, cyclic state graphs instead of linear prompt chains. LangSmith tracing is free up to 5k traces/month, then $39/seat/month (Plus tier). Current version/status: langchain 1.3.13 / langchain-core 1.4.9 / langgraph 1.2.9 (July 2026); LangChain 1.0 shipped Oct 2025. License: MIT. Pricing: Core library free/open-source; LangSmith observability free to 5k traces/mo, Plus $39/seat/mo (10k traces), Enterprise custom; LangGraph Platform managed deploys from $39/user/mo with 100k node executions included, $0.001 per extra node execution. Maintained by LangChain Inc. (founder Harrison Chase; $125M Series B Oct 2025, $1.25B valuation).

Also known as: Langchain, LangChain Framework, LC, LangChain AI, LangChain Library
🧊Why learn LangChain?

Pick LangChain/LangGraph when you need the widest model/tool integration catalog and durable, cyclic agent state with human-in-the-loop checkpoints for production. Skip it when retrieval quality, not orchestration, is your bottleneck β€” LlamaIndex's RAG-first pipelines and LlamaCloud parsing outperform LangChain's bolted-on retrievers. Skip it too if a small team needs a working multi-agent crew in two weeks with no graph-theory learning curve β€” CrewAI's role/task abstraction ships faster. Even the community's own running joke stands: pre-1.0 LangChain accumulated so much abstraction surface that "framework fatigue" became the top complaint, which is exactly why the October 2025 1.0 rewrite trimmed the API. Known weakness: Pre-1.0 LangChain became notorious in its own community for abstraction bloat and breaking changes ("framework fatigue"), which is why the Oct 2025 1.0 release was a deliberate API-trimming rewrite rather than a routine version bump.

See how it ranks β†’

Compare LangChain

Learning Resources

Related Tools

Alternatives to LangChain

Other LLM Frameworks

View all β†’
.NET Core
.NET Core is a free, open-source, cross-platform framework for building modern applications, including web, cloud, mobile, desktop, IoT, and AI solutions. It is developed by Microsoft and supports multiple programming languages like C#, F#, and Visual Basic, with a modular architecture that enables high performance and scalability. It includes a runtime, libraries, and tools for developing and deploying applications on Windows, Linux, and macOS.
.NET Core
.NET Core is a free, open-source, cross-platform framework for building modern applications, developed by Microsoft. It supports the development of web apps, microservices, APIs, and cloud-based solutions using languages like C#, F#, and Visual Basic. It is designed to be modular, high-performance, and runs on Windows, Linux, and macOS.
.NET Framework
.NET Framework is a proprietary software framework developed by Microsoft that runs primarily on Windows. It provides a large class library called Framework Class Library (FCL) and language interoperability across several programming languages, enabling developers to build a wide range of applications, including desktop, web, and mobile. It includes features like memory management, security, and exception handling, and supports languages such as C#, VB.NET, and F#.
.NET Framework
.NET Framework is a proprietary software framework developed by Microsoft that runs primarily on Windows. It provides a large class library called Framework Class Library (FCL) and language interoperability across several programming languages, enabling developers to build a wide range of applications, including desktop, web, and mobile. It includes features such as memory management, security, and exception handling, and supports languages like C#, VB.NET, and F#.
.NET MAUI
.NET MAUI is Microsoft's open-source (MIT-licensed) UI framework, the direct successor to Xamarin.Forms (Xamarin itself retired May 1, 2024, forcing migration). Current release is .NET MAUI 10, shipped alongside .NET 10 on November 11, 2025; latest servicing patch is 10.0.80 (June 24, 2026). Free, distributed with the .NET SDK, maintained by Microsoft on GitHub (dotnet/maui, 23.3k stars). Architecturally it wraps native platform controls (UIKit/AppKit, Android Views, WinUI 3) instead of rendering its own control set the way Skia-based rivals do. Native AOT compilation has been available (opt-in, via the PublishAot MSBuild property, applied on `dotnet publish` only) for iOS/Mac Catalyst builds since .NET 9 β€” it is not the default build path. Android has no Native AOT option at all; it still runs on Mono AOT, with CoreCLR slated to become the default mobile runtime across Android, iOS, and Mac Catalyst starting .NET 11. .NET 10 added a compile-time XAML source generator. Targets iOS, Android, Windows, and macOS (Mac Catalyst) only β€” no Linux or WebAssembly target. Current version/status: 10.0.80 (June 24, 2026) β€” .NET MAUI 10, shipped with .NET 10 GA Nov 11, 2025. License: MIT. Maintained by Microsoft (open source, dotnet/maui on GitHub).
.NET MAUI
.NET MAUI (Multi-platform App UI) is a cross-platform framework for building native mobile and desktop applications using C# and XAML. It allows developers to create a single codebase that can target Android, iOS, macOS, and Windows, leveraging the .NET ecosystem and providing a unified development experience. It is the evolution of Xamarin.Forms, integrated directly into the .NET platform.