[GH-ISSUE #314] How do I install or compile Shiori on macOS with macOS (no cross-compiling) #230

Closed
opened 2026-02-25 23:33:45 +03:00 by kerem · 2 comments
Owner

Originally created by @YousufSSyed on GitHub (Aug 12, 2021).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/314

I tried the following:

brew install go
go get -u -v github.com/go-shiori/shiori

This is what outputted in case it helps:

github.com/go-shiori/shiori/pkg/warc/internal/archiver
# github.com/go-shiori/shiori/pkg/warc/internal/archiver
../../go/pkg/mod/github.com/go-shiori/shiori@v1.5.0/pkg/warc/internal/archiver/processor.go:414:23: cannot use input (type io.Reader) as type *parse.Input in argument to css.NewLexer
../../go/pkg/mod/github.com/go-shiori/shiori@v1.5.0/pkg/warc/internal/archiver/processor.go:461:22: cannot use input (type io.Reader) as type *parse.Input in argument to js.NewLexer

The Go version is 1.16.6. Honestly, I'm not really sure how to do it.

Originally created by @YousufSSyed on GitHub (Aug 12, 2021). Original GitHub issue: https://github.com/go-shiori/shiori/issues/314 I tried the following: ``` brew install go go get -u -v github.com/go-shiori/shiori ``` This is what outputted in case it helps: ``` github.com/go-shiori/shiori/pkg/warc/internal/archiver # github.com/go-shiori/shiori/pkg/warc/internal/archiver ../../go/pkg/mod/github.com/go-shiori/shiori@v1.5.0/pkg/warc/internal/archiver/processor.go:414:23: cannot use input (type io.Reader) as type *parse.Input in argument to css.NewLexer ../../go/pkg/mod/github.com/go-shiori/shiori@v1.5.0/pkg/warc/internal/archiver/processor.go:461:22: cannot use input (type io.Reader) as type *parse.Input in argument to js.NewLexer ``` The Go version is 1.16.6. Honestly, I'm not really sure how to do it.
kerem closed this issue 2026-02-25 23:33:45 +03:00
Author
Owner

@kalifun commented on GitHub (Sep 10, 2021):

It is recommended that you clone it and compile it yourself

<!-- gh-comment-id:916781938 --> @kalifun commented on GitHub (Sep 10, 2021): It is recommended that you clone it and compile it yourself
Author
Owner

@fmartingr commented on GitHub (Feb 10, 2022):

Try to install using go install github.com/go-shiori/shiori@latest, either way as @kalifun is recommended to build directly from source or get a binary from the releases directly, we are working on this.

<!-- gh-comment-id:1035545245 --> @fmartingr commented on GitHub (Feb 10, 2022): Try to install using `go install github.com/go-shiori/shiori@latest`, either way as @kalifun is recommended to build directly from source or get a binary from the releases directly, we are working on this.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#230
No description provided.