Is Manticore really harder to self-host than Meilisearch? We tested both. : selfhostedjump to contentmy subreddits<br>edit subscriptions<br>popular<br>-all<br>-users<br>| AskReddit<br>-pics<br>-funny<br>-movies<br>-gaming<br>-worldnews<br>-news<br>-todayilearned<br>-nottheonion<br>-explainlikeimfive<br>-mildlyinteresting<br>-DIY<br>-videos<br>-OldSchoolCool<br>-TwoXChromosomes<br>-tifu<br>-Music<br>-books<br>-LifeProTips<br>-dataisbeautiful<br>-aww<br>-science<br>-space<br>-Showerthoughts<br>-askscience<br>-Jokes<br>-Art<br>-IAmA<br>-Futurology<br>-sports<br>-UpliftingNews<br>-food<br>-nosleep<br>-creepy<br>-history<br>-gifs<br>-InternetIsBeautiful<br>-GetMotivated<br>-gadgets<br>-announcements<br>-WritingPrompts<br>-philosophy<br>-Documentaries<br>-EarthPorn<br>-photoshopbattles<br>-listentothis<br>-blog
more "
reddit.com selfhostedcomments
Want to join? Log in or sign up in seconds.
limit my search to r/selfhosteduse the following search parameters to narrow your results:<br>subreddit:subredditfind submissions in "subreddit"author:usernamefind submissions by "username"site:example.comfind submissions from "example.com"url:textsearch for "text" in urlselftext:textsearch for "text" in self post contentsself:yes (or self:no)include (or exclude) self postsnsfw:yes (or nsfw:no)include (or exclude) results marked as NSFWe.g. subreddit:aww site:imgur.com dog<br>see the search faq for details.
advanced search: by author, subreddit...
this post was submitted on 25 Jul 2026<br>0 points (50% upvoted)<br>shortlink:
Submit a new link
Submit a new text post
selfhosted<br>joinleaveWelcome to /r/SelfHosted!
Google Photos Mega Thread
While you're here, please Read This First
And why not Visit the Wiki?
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
Service: Dropbox - Alternative: Nextcloud
Service: Google Reader - Alternative: Tiny Tiny RSS
Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
What Is SelfHosted, As it pertains to this subreddit?
The Rules
Read about our Chat Options (Discord/Matrix)
Related Subreddits
/r/Servers
/r/HomeServer
/r/datahoarder
/r/musichoarder
/r/privacy
/r/Rad_Decentralization
/r/Syncthing
/r/Traefik
/r/WebApps
/r/homedash
/r/startpages
/r/hackthedeveloper
Useful Lists
Awesome-Selfhosted List of Software
Awesome-Sysadmin List of Software
Awesome-Docker List of Apps
Relevant Podcasts
The Selfhosted Podcast
Insight, information, and opinions
Relevant Interviews
Self-hosted tool debates
a community for 12 years
MODERATORS
message the mods
336 · 368 comments<br>Quarter 2 Update - Revisiting Rules. Again.<br>14 · 145 comments<br>New Project Megathread - Week of 23 Jul 2026<br>129 · 14 comments
Announcing Linkwarden 2.16 - open-source collaborative bookmark manager to collect, read, annotate, and fully preserve what matters<br>97 · 24 comments
Just spray your non-ECC RAM!<br>67 · 52 comments
Shoutout to Aurral<br>· 27 comments<br>Recommendations for Teams alternative<br>500 · 36 comments
Piwigo is a bot trap đź’€ 685 legit requests, 266k from scrapers PER DAY<br>· 5 comments<br>What's the cheapest way to make a drive array purely for backups?<br>6 · 8 comments<br>Running an android app in a docker container<br>17 · 12 comments<br>Is there a self hosted GIF server?
Welcome to Reddit,<br>the front page of the internet.<br>Become a Redditorand join one of thousands of communities.
×
Product AnnouncementIs Manticore really harder to self-host than Meilisearch? We tested both. (self.selfhosted)<br>submitted 2 days ago by snikolaev
I work on Manticore Search, so the bias here is obvious.
I'm posting this here because Meilisearch and Manticore are both open-source search engines that people can run on their own infrastructure. Meilisearch recently published a comparison that could influence that choice, particularly through its claims about setup, configuration, and the kinds of projects Manticore is suitable for.
Their article describes Manticore as complex to set up, time-consuming to configure and tune, best suited to teams with SQL familiarity, and primarily used for complex, large-scale workloads.
We tested those claims using current versions of both products. Several didn't hold up.
Take setup. Meilisearch lists “Complex setup” as a Manticore disadvantage, saying that initial configuration and tuning can be time-consuming. We went from installation to a searchable document in three commands: install Manticore Search, insert a JSON document, and search it. Manticore created the table and inferred the fields automatically. No config file, predefined schema, or tuning was needed.
The "SQL familiarity" characterization didn't match the test either. Every step above used JSON over HTTP, which was enough to insert documents, search, filter, sort, and facet....