<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fh="http://purl.org/syndication/history/1.0"><channel><title>Luxir | Blog</title><description>Luxir is an open source hybrid search engine: full-text relevance, vector similarity, faceting, and analytics in one native-code core.</description><link>https://luxir.org/</link><language>en</language><fh:complete/><atom:link rel="self" href="https://luxir.org/blog/rss.xml"/><item><title>Luxir 0.1.0: the first release</title><link>https://luxir.org/blog/luxir-0-1-0/</link><guid isPermaLink="true">https://luxir.org/blog/luxir-0-1-0/</guid><description>The first release of Luxir is out, and luxir.org is live with downloads and documentation.</description><pubDate>Mon, 21 Sep 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Luxir 0.1.0 is out, and this website is live.&lt;/p&gt;
&lt;p&gt;Luxir is an open source search engine: full-text, vector, and faceted search with analytics, in
one native-code engine that you talk to over HTTP/JSON or gRPC. It is released under the Apache
License 2.0, and the source is on &lt;a href=&quot;https://github.com/luxir-search/luxir&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
&lt;div&gt;&lt;h2 id=&quot;try-it&quot;&gt;Try it&lt;/h2&gt;&lt;/div&gt;
&lt;p&gt;The release is a single executable for Linux on x86-64. This gets the build that runs on any
x86-64 machine; the &lt;a href=&quot;https://luxir.org/download/&quot;&gt;download page&lt;/a&gt; has faster builds for newer CPUs and explains
how to choose one.&lt;/p&gt;
&lt;div&gt;&lt;figure&gt;&lt;figcaption&gt;&lt;span&gt;&lt;/span&gt;&lt;/figcaption&gt;&lt;pre&gt;&lt;code&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;curl&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;-fL&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;https://github.com/luxir-search/luxir/releases/download/v0.1.0/luxir-0.1.0-linux-x86_64-v2&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;-o&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;luxir&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;chmod&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;+x&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;luxir&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;./luxir&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;p&gt;The HTTP/JSON API is now listening on port 9400. The
&lt;a href=&quot;https://luxir.org/docs/latest/guide/quickstart/&quot;&gt;quickstart&lt;/a&gt; takes it from there: index a few documents with
curl and search them, with no schema, client library, or cluster to set up first.&lt;/p&gt;
&lt;div&gt;&lt;h2 id=&quot;what-is-on-the-site&quot;&gt;What is on the site&lt;/h2&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://luxir.org/docs/latest/&quot;&gt;Documentation&lt;/a&gt; for 0.1.0: the guide, the API reference, and the
&lt;a href=&quot;https://luxir.org/docs/latest/features/&quot;&gt;features list&lt;/a&gt;, which is the compact answer to what Luxir does today.&lt;/li&gt;
&lt;li&gt;The &lt;a href=&quot;https://luxir.org/docs/latest/design/architecture/&quot;&gt;architecture overview&lt;/a&gt;, for how the engine is put
together and why.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://luxir.org/download/&quot;&gt;Downloads&lt;/a&gt;, with checksums and a build per x86-64 CPU tier.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://luxir.org/community/&quot;&gt;Community&lt;/a&gt;: where to ask questions, report bugs, and get involved.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For why I wrote another search engine after Solr, and the first benchmark numbers, see
&lt;a href=&quot;https://yonik.com/blog/introducing-luxir/&quot;&gt;Introducing Luxir&lt;/a&gt; on my own blog.&lt;/p&gt;
&lt;div&gt;&lt;h2 id=&quot;what-to-expect-from-010&quot;&gt;What to expect from 0.1.0&lt;/h2&gt;&lt;/div&gt;
&lt;p&gt;This is an early release, put out so people can start using it and telling me what they find.
The APIs and the on-disk index format will change before 1.0, so expect to reindex when you
upgrade. Luxir is a single-node engine today: replication and distributed search are not
implemented yet, and neither is authentication or TLS, so run it behind your own network
boundary. The &lt;a href=&quot;https://luxir.org/docs/latest/guide/operations/&quot;&gt;operations guide&lt;/a&gt; has the details.&lt;/p&gt;
&lt;div&gt;&lt;h2 id=&quot;say-hello&quot;&gt;Say hello&lt;/h2&gt;&lt;/div&gt;
&lt;p&gt;Questions and ideas go in
&lt;a href=&quot;https://github.com/luxir-search/luxir/discussions&quot;&gt;GitHub Discussions&lt;/a&gt;, bugs in
&lt;a href=&quot;https://github.com/luxir-search/luxir/issues&quot;&gt;Issues&lt;/a&gt;, and there is a
&lt;a href=&quot;https://discord.gg/dEHxRF24uq&quot;&gt;Discord server&lt;/a&gt; for chat. I would love to hear how it works
for you.&lt;/p&gt;
</content:encoded><category>release</category></item></channel></rss>