SeaSearch arm64?

I see on dockerhub that SeaSearch is available only for amd64. I assumed the image for Apple “seasearch-nomkl” would be arm based but it still reports amd64.

  • is there plan to ship SeaSearch for arm?
  • if yes, when could we expect this?

The main drive to this as alternative to ES is of course resource (ram) consumption, which is typically even more limited on arm.

Thanks!

We will include arm64 version once SeaSearch reaches 1.0.

got it, thanks.

Since we reached 1.0.1 now: please add the arm64 version :innocent:

We are working on it already. It should be available soon.

@bendar where are you keeping track of the release version? I can’t find it.

(I’d like to track it cause ElasticSearch is taking up all my resources, but I’m still trying to get Seasearch to work)

Docker Hub gives you the best overview: https://hub.docker.com/u/seafileltd
SeaSearch needed a few minutes for me to start indexing, but now it’s working fine.

1 Like

@bendar I’m trying out 1.0.1 now (on x64).

And there is basically nothing in the logs. Only this in seasearch.log:

[2025-08-05 17:58:32] [INFO] Starting SeaSearch
[2025-08-05 17:58:33] [INFO] Loading  Gse user dict... /opt/seasearch/assets/user.txt
[2025-08-05 17:58:33] [INFO] Loading  Gse user stop... /opt/seasearch/assets/stop.txt
[2025-08-05 17:58:33] [INFO] Listen on :4080

and an empty seasearch-access.log file.

It worked out of the box for you?

Never mind, I got it to work.

More on how I fixed it at: Seasearch fails if config has comments at end of line