<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Mojo Language on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/mojo-language/</link>
        <description>Recent content in Mojo Language on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Fri, 21 Aug 2026 15:57:15 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/mojo-language/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>modular</title>
        <link>https://producthunt.programnotes.cn/en/p/modular/</link>
        <pubDate>Fri, 21 Aug 2026 15:57:15 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/modular/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1496568816309-51d7c20e3b21?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3ODcyOTkwMDZ8&amp;ixlib=rb-4.1.0" alt="Featured image of post modular" /&gt;&lt;h1 id=&#34;modularmodular&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/modular/modular&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;modular/modular&lt;/a&gt;
&lt;/h1&gt;&lt;!-- rumdl-disable-file MD033 MD041 MD075 --&gt;
&lt;div align=&#34;center&#34;&gt;
    &lt;img src=&#34;https://modular-assets.s3.us-east-1.amazonaws.com/images/modular-banner-github.png&#34;&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.modular.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;About Modular&lt;/a&gt; | &lt;a class=&#34;link&#34; href=&#34;https://max.modular.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;MAX docs&lt;/a&gt; | &lt;a class=&#34;link&#34; href=&#34;https://mojolang.org/docs/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mojo docs&lt;/a&gt; | &lt;a class=&#34;link&#34; href=&#34;./CONTRIBUTING.md&#34; &gt;Contributing&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h1 id=&#34;modular-platform&#34;&gt;Modular Platform
&lt;/h1&gt;&lt;p&gt;This repo hosts open-source components of the Modular Platform,
a unified platform for AI development and deployment,
including the &lt;strong&gt;MAX Framework&lt;/strong&gt;🧑‍🚀 and the &lt;strong&gt;Mojo Language&lt;/strong&gt;🔥.&lt;/p&gt;
&lt;h2 id=&#34;get-started&#34;&gt;Get started
&lt;/h2&gt;&lt;p&gt;To get started with the Modular Platform and serve a model using the MAX
framework, see
&lt;a class=&#34;link&#34; href=&#34;https://max.modular.com/get-started&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;the MAX quickstart guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To get started with the Mojo language, see
&lt;a class=&#34;link&#34; href=&#34;https://mojolang.org/docs/manual/quickstart/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;the Mojo quickstart guide&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;about-the-repo&#34;&gt;About the repo
&lt;/h2&gt;&lt;p&gt;We&amp;rsquo;re constantly open-sourcing more of the Modular Platform and you can find
all of it in here.&lt;/p&gt;
&lt;p&gt;The main components include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Mojo compiler: &lt;a class=&#34;link&#34; href=&#34;KGEN&#34; &gt;/KGEN&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mojo standard library: &lt;a class=&#34;link&#34; href=&#34;mojo/stdlib&#34; &gt;/mojo/stdlib&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;MAX accelerator library: &lt;a class=&#34;link&#34; href=&#34;https://producthunt.programnotes.cn/max/kernels&#34; &gt;/max/kernels&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;MAX inference server: &lt;a class=&#34;link&#34; href=&#34;https://producthunt.programnotes.cn/max/python/max/serve&#34; &gt;/max/python/max/serve&lt;/a&gt;
(OpenAI-compatible endpoint)&lt;/li&gt;
&lt;li&gt;MAX model pipelines: &lt;a class=&#34;link&#34; href=&#34;https://producthunt.programnotes.cn/max/python/max/pipelines&#34; &gt;/max/python/max/pipelines&lt;/a&gt;
(Python-based graphs)&lt;/li&gt;
&lt;li&gt;Code examples: &lt;a class=&#34;link&#34; href=&#34;https://producthunt.programnotes.cn/max/examples&#34; &gt;/max/examples&lt;/a&gt; +
&lt;a class=&#34;link&#34; href=&#34;mojo/examples&#34; &gt;/mojo/examples&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;contribute&#34;&gt;Contribute
&lt;/h2&gt;&lt;p&gt;We accept contributions to the &lt;a class=&#34;link&#34; href=&#34;./mojo&#34; &gt;Mojo standard library&lt;/a&gt;, &lt;a class=&#34;link&#34; href=&#34;./max/kernels&#34; &gt;MAX
accelerator library&lt;/a&gt;, &lt;a class=&#34;link&#34; href=&#34;https://producthunt.programnotes.cn/max/python/max/pipelines/architectures&#34; &gt;MAX model
architectures&lt;/a&gt;, code examples, Mojo
docs, and more. We aren&amp;rsquo;t accepting contributions to the Mojo compiler yet.&lt;/p&gt;
&lt;p&gt;First, please read the &lt;a class=&#34;link&#34; href=&#34;./CONTRIBUTING.md&#34; &gt;Contribution Guide&lt;/a&gt;, and then refer
to the following documentation about how to develop in the repo:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://producthunt.programnotes.cn/max/docs&#34; &gt;&lt;code&gt;/max/docs&lt;/code&gt;&lt;/a&gt;: Docs for developers working in the MAX framework
codebase.&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://producthunt.programnotes.cn/mojo/stdlib/docs&#34; &gt;&lt;code&gt;/mojo/stdlib/docs&lt;/code&gt;&lt;/a&gt;: Docs for developers working in the
Mojo standard library.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We also welcome your bug reports. If you have a bug, please &lt;a class=&#34;link&#34; href=&#34;https://github.com/modular/modular/issues/new/choose&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;file an issue
here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;license&#34;&gt;License
&lt;/h2&gt;&lt;p&gt;This repository and its contributions are licensed under the Apache License v2.0
with LLVM Exceptions. See &lt;a class=&#34;link&#34; href=&#34;LICENSE&#34; &gt;LICENSE&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;MAX usage and distribution are licensed under the
&lt;a class=&#34;link&#34; href=&#34;https://www.modular.com/legal/community&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Modular Community License&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;third-party-licenses&#34;&gt;Third party licenses
&lt;/h3&gt;&lt;p&gt;You are entirely responsible for checking and validating the licenses of third
parties (for example, Hugging Face) for related software and libraries that are
downloaded.&lt;/p&gt;
&lt;h2 id=&#34;community--events&#34;&gt;Community &amp;amp; Events
&lt;/h2&gt;&lt;p&gt;Get help from community members, tune in for a community meeting, or join a
local meetup.&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Channel&lt;/th&gt;
					&lt;th&gt;Link&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;💬 Discord&lt;/td&gt;
					&lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://discord.gg/modular&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;discord.gg/modular&lt;/a&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;💬 Forum&lt;/td&gt;
					&lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://forum.modular.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;forum.modular.com&lt;/a&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;📅 Meetup Group&lt;/td&gt;
					&lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.meetup.com/modular-meetup-group/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;meetup.com/modular-meetup-group&lt;/a&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;🎦 Community Meetings&lt;/td&gt;
					&lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://modul.ar/community-meeting-doc&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Upcoming community calls&lt;/a&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;📺 YouTube&lt;/td&gt;
					&lt;td&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.youtube.com/@modularinc&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;youtube.com/@modularinc&lt;/a&gt;&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Upcoming events&lt;/strong&gt; will be posted on our &lt;a class=&#34;link&#34; href=&#34;https://www.meetup.com/modular-meetup-group/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Meetup page&lt;/a&gt; and
&lt;a class=&#34;link&#34; href=&#34;https://discord.gg/modular&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord&lt;/a&gt;. Community meeting recordings will be posted on our
&lt;a class=&#34;link&#34; href=&#34;https://www.youtube.com/@modularinc&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;YouTube&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;thanks-to-our-contributors&#34;&gt;Thanks to our contributors
&lt;/h2&gt;&lt;a href=&#34;https://github.com/modular/modular/graphs/contributors&#34;&gt;
  &lt;img src=&#34;https://contrib.rocks/image?repo=modular/modular&#34; /&gt;
&lt;/a&gt;
&lt;!-- Link references --&gt;
&lt;!-- Header navigation links --&gt;
&lt;!-- Community &amp; Events links --&gt;
</description>
        </item>
        
    </channel>
</rss>
