Retour au classement

omnivore-app/omnivore

TypeScriptomnivore.work

Omnivore is a complete, open source read-it-later solution for people who like reading.

bookmarkslogseqlogseq-pluginproductivityread-it-laterreaderreading
Croissance des étoiles
Étoiles
16.2k
Forks
1.3k
Croissance hebdomadaire
Issues
346
5k10k15k
févr. 2022juil. 2023janv. 2025juil. 2026
Artefactsnpmnpm install omnivore
README

Omnivore

GitHub Workflow Status Discord Mastodon Follow Twitter Follow GitHub

Omnivore Logo

Omnivore is a complete, open source read-it-later solution for people who like text.

[!IMPORTANT]
Omnivore is now a completely Self-Hosted application. The Cloud application was deprecated in November of 2024. The community still exists on Discord, and we endeavour to keep things updated and bug-fixes ongoing.

We built Omnivore because we love reading and we want it to be more social. Join us!

Every single part is fully open source! Fork it, extend it, or deploy it to your own server.

A guide for running a self hosted server can be found here

web-screenshot-listview

Join us on Discord! :speech_balloon:

We're building our community on Discord. Join us!

Read more about Omnivore on our blog. https://blog.omnivore.work/p/getting-started-with-omnivore

Shoutouts :tada:

Omnivore takes advantage of some great open source software:

  • TypeScript - Most of our backend and frontend are written in TypeScript.
  • Next.js - Our frontend is a Next.JS app and is hosted on Vercel.
  • SWR - We do all our data fetching on the web using SWR.
  • Stitches - We use Stitches on the frontend to style our components.
  • Mozilla Readability - We use Mozilla's Readability library to make pages easier to read.
  • Swift GraphQL - We generate our GraphQL queries on iOS using Swift GraphQL.
  • Apollo GraphQL - We generate our GraphQL queries on Android using Apollo GraphQL.
  • Radix - We use Radix UI's components on our frontend.
  • PDF.js - PDF.js is used to have open source pdf functionality.
  • And many more awesome libraries, just checkout our package files to see what we are using.

Shoutouts: Community 🧑‍🤝‍🧑

And of course...

and many more who contributed in the past. If you feel like your name is missing from this list, please contact me (Podginator) via our Discord.

Importing Libraries

Check out our docs for information on importing your data from other apps.

How to setup local development :computer:

The easiest way to get started with local development is to use docker compose up. This will start a postgres container, our web frontend, an API server, and our content fetching microservice.

Requirements for development

Omnivore is written in TypeScript and JavaScript.

Running the web and API services

1. Start docker compose

git clone https://github.com/omnivore-app/omnivore
cd omnivore
docker compose up

This will start postgres, initialize the database, and start the web and api services.

2. Open the browser

Open http://localhost:3000 and confirm Omnivore is running

3. Login with the test account

During database setup docker compose creates an account demo@omnivore.work, password: demo_password.

Go to http://localhost:3000/ in your browser and choose Continue with Email to login.

Frontend Development

If you want to work on just the frontend of Omnivore you can run the backend services with docker compose and the frontend locally:

docker compose up api content-fetch
cd packages/web
cp .env.template .env.local
yarn dev

You will need to configure some values in the new .env.local file. These are the values for running the web service directly on your host machine and running api and content-fetch within docker:

NEXT_PUBLIC_BASE_URL=http://localhost:3000
NEXT_PUBLIC_HIGHLIGHTS_BASE_URL=http://localhost:3000
NEXT_PUBLIC_LOCAL_BASE_URL=http://localhost:3000
NEXT_PUBLIC_SERVER_BASE_URL=http://localhost:4000
NEXT_PUBLIC_LOCAL_SERVER_BASE_URL=http://localhost:4000

Running the puppeteer-parse service outside of Docker

To save pages you need to run the puppeteer-parse service.

1. Install and configure Chromium

brew install chromium --no-quarantine
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
export CHROMIUM_PATH=`which chromium`

2. Navigate to the service directory, setup your env file, and install dependencies

cd packages/puppeteer-parse
cp .env.example .env
yarn

3. Start the service

yarn start

This will start the puppeteer-parse service on port 9090.

In your browser go to http://localhost:3000/home, click the Add Link button, and enter a URL such as https://blog.omnivore.work/p/getting-started-with-omnivore.

You should see a Chromium window open and navigate to your link. When the service is done fetching your content you will see it in your library.

How to deploy to your own server

A guide for running a self hosted server can be found here

License

Omnivore and our extensions to Readability.js are under the AGPL-3.0 license.

Dépôts similaires
karakeep-app/karakeep

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search

TypeScriptnpmGNU Affero General Public License v3.0bookmarksbookmarks-manager
karakeep.app
27.6k1.4k
hoarder-app/hoarder

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search

TypeScriptnpmGNU Affero General Public License v3.0bookmarksbookmarks-manager
hoarder.app
13.8k522
sissbruecker/linkding

Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.

PythonPyPIMIT Licensebookmarksbookmark-service
linkding.link
10.9k580
xwmx/nb

CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.

ShellGNU Affero General Public License v3.0notesbash
xwmx.github.io/nb
8.3k252
floccusaddon/floccus

:cloud: Sync your bookmarks privately across browsers and devices

JavaScriptnpmMozilla Public License 2.0owncloudnextcloud
floccus.org
8.3k313
alyssaxuu/omni

The all-in-one tool to supercharge your productivity ⌨️

JavaScriptnpmMIT Licenseomnisearchspotlight
chrome.google.com/webstore/detail/omni/mapjgeachilmcbbokkgcbgpbakaaeehi
7.8k371
jarun/buku

:bookmark: Personal mini-web in text

PythonPyPIGNU General Public License v3.0bookmarkbookmark-manager
7.2k318
Kovah/LinkAce

LinkAce is a self-hosted archive to collect links of your favorite websites.

PHPPackagistGNU General Public License v3.0bookmarksbookmark-manager
linkace.org
3.3k204
yourselfhosted/slash

An open source, self-hosted platform for sharing and managing your most frequently used links. Easily create customizable, human-readable shortcuts to streamline your link management.

TypeScriptnpmGNU Affero General Public License v3.0goreact
3.2k147
goniszewski/grimoire

Bookmark manager for the wizards 🧙

TypeScriptnpmMIT Licensebookmarksbookmarks-manager
2.8k85
viperrcrypto/Siftly

Local Twitter/X bookmark organizer with AI categorization and mindmap visualization

TypeScriptnpmMIT Licenseaibookmarks
2.6k243
dudor/BookmarkHub

BookmarkHub , sync bookmarks across different browsers

TypeScriptnpmApache License 2.0gistsync-bookmarks
2.5k227