Baike.dev
All toolsTrendingOpen sourceNewsSubmit
Log in
< 返回工具列表
A

audiobookshelf

> 编程语言
开源

Self-hosted audiobook and podcast server

13.8K stars0 点赞1 次浏览
访问官网GitHub

工具介绍

Self-hosted audiobook and podcast server


## ⚠️ Frontend pull requests are not being reviewed or merged for the existing Vue frontend. The frontend is currently being rewritten and migrated to React and should be available soon. # About Audiobookshelf is a self-hosted audiobook and podcast server. ### Features - Fully **open-source**, including the [android & iOS app](https://github.com/advplyr/audiobookshelf-app) _(in beta)_ - Stream all audio formats on the fly - Search and add podcasts to download episodes w/ auto-download - Multi-user support w/ custom permissions - Keeps progress per user and syncs across devices - Auto-detects library updates, no need to re-scan - Upload books and podcasts w/ bulk upload drag and drop folders - Backup your metadata + automated daily backups - Progressive Web App (PWA) - Chromecast support on the web app and android app - Fetch metadata and cover art from several sources - Chapter editor and chapter lookup (using [Audnexus API](https://audnex.us/)) - Merge your audio files into a single m4b - Embed metadata and cover image into your audio files - Basic ebook support and ereader - Epub, pdf, cbr, cbz - Send ebook to device (i.e. Kindle) - Open RSS feeds for podcasts and audiobooks Is there a feature you are looking for? [Suggest it](https://github.com/advplyr/audiobookshelf/issues/new/choose) Join us on [Discord](https://discord.gg/HQgCbd6E75) ### Demo Check out the web client demo: https://audiobooks.dev/ (thanks for hosting [@Vito0912](https://github.com/Vito0912)!) Username/password: `demo`/`demo` (user account) ### Android App (beta) Try it out on the [Google Play Store](https://play.google.com/store/apps/details?id=com.audiobookshelf.app) ### iOS App (beta) **Beta is currently full. Apple has a hard limit of 10k beta testers. Updates will be posted in Discord.** Using Test Flight: https://testflight.apple.com/join/wiic7QIW **_(beta is full)_**

# Organizing your media #### Directory structure and folder names are important to Audiobookshelf! See [library docs](https://audiobookshelf.org/docs/category/libraries) for supported directory structures, folder naming conventions, and audio file metadata usage.
# Installation See [install docs](https://audiobookshelf.org/docs/category/installation)
# Reverse Proxy Set Up #### Important! Audiobookshelf requires a websocket connection. #### Note: Using a subfolder is supported with no additional changes but the path must be `/audiobookshelf` (this is not changeable). See [discussion](https://github.com/advplyr/audiobookshelf/discussions/3535) See [reverse proxy docs](https://audiobookshelf.org/docs/category/reverse-proxy)
# Contributing See [contributing docs](https://audiobookshelf.org/docs/contributing/general/) ### Localization Thank you to [Weblate](https://hosted.weblate.org/engage/audiobookshelf/) for hosting our localization infrastructure pro-bono. If you want to see Audiobookshelf in your language, please help us localize. Additional information on helping with the translations [here](https://www.audiobookshelf.org/faq#how-do-i-help-with-translations).
# Run from source This application is built using [NodeJs](https://nodejs.org/). ### Dev Container Setup The easiest way to begin developing this project is to use a dev container. An introduction to dev containers in VSCode can be found [here](https://code.visualstudio.com/docs/devcontainers/containers). Required Software: - [Docker Desktop](https://www.docker.com/products/docker-desktop/) - [VSCode](https://code.visualstudio.com/download) _Note, it is possible to use other container software than Docker and IDEs other than VSCode. However, this setup is more complicated and not covered here._ After installing these packages, you can now install the [Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) extension for VSCode. After installing this extension open the command pallet (`ctrl+shift+p` or `cmd+shift+p`) and select the command `>Dev Containers: Rebuild and Reopen in Container`. This will cause the development environment container to be built and launched. You are now ready to start development! ### Manual Environment Setup If you don't want to use the dev container, you can still develop this project. First, you will need to install [NodeJs](https://nodejs.org/) (version 20) and [FFmpeg](https://ffmpeg.org/). Next you will need to create a `dev.js` file in the project's root directory. This contains configuration information and paths unique to your development environment. You can find an example of this file in `.devcontainer/dev.js`. You are now ready to build the client: ```sh npm ci cd client npm ci npm run generate cd .. ``` ### Development Commands After setting up your development environment, either using the dev container or using your own custom environment, the following commands will help you run the server and client. To run the server, you can use the command `npm run dev`. This will use the client that was built when you ran `npm run generate` in the client directory or when you started the dev container. If you make changes to the server, you will need to restart the server. If you make changes to the client, you will need to run the command `(cd client; npm run generate)` and then restart the server. By default the client runs at `localhost:3333`, though the port can be configured in `dev.js`. You can also build a version of the client that supports live reloading. To do this, start the server, then run the command `(cd client; npm run dev)`. This will run a separate instance of the client at `localhost:3000` that will be automatically updated as you make changes to the client. If you are using VSCode, this project includes a couple of pre-defined targets to speed up this process. First, if you build the project (`ctrl+shift+b` or `cmd+shift+b`) it will automatically generate the client. Next, there are debug commands for running the server and client. You can view these targets using the debug panel (bring it up with (`ctrl+shift+d` or `cmd+shift+d`): - `Debug server`—Run the server. - `Debug client (nuxt)`—Run the client with live reload. - `Debug server and client (nuxt)`—Runs both the preceding two debug targets.

核心特点

  • •Fully open-source, including the android & iOS app _(in beta)_
  • •Stream all audio formats on the fly
  • •Search and add podcasts to download episodes w/ auto-download
  • •Multi-user support w/ custom permissions
  • •Keeps progress per user and syncs across devices
  • •Auto-detects library updates, no need to re-scan
  • •Upload books and podcasts w/ bulk upload drag and drop folders
  • •Backup your metadata + automated daily backups
  • •Progressive Web App (PWA)
  • •Chromecast support on the web app and android app

> 标签

JavaScriptaudiobook-manageraudiobooksaudiobookshelfpodcasts

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月9日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言
Baike.dev

baike.dev helps you discover great languages, frameworks, databases, DevOps and cloud-native tools.

Quick links

  • Home
  • All tools
  • Trending
  • Open source

About

  • About us
  • Community
  • News

Contribute

Found a great developer tool? Share it with the community.

Submit a tool
© 2026 baike.dev Developer EncyclopediaUpdated daily · Discover great developer tools