[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8774":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":34,"discoverSource":35},8774,"audiobookshelf-app","advplyr\u002Faudiobookshelf-app","advplyr","Mobile application for Audiobookshelf","https:\u002F\u002Faudiobookshelf.org",null,"Vue",2531,372,22,409,0,2,15,67,13,77.92,"GNU General Public License v3.0",false,"master",true,[27,28,29,30],"android","audiobooks","audiobookshelf","ios","2026-06-12 04:00:41","# Audiobookshelf Mobile App\n\nAudiobookshelf is a self-hosted audiobook and podcast server.\n\n### Android (beta)\n\nGet the Android app on the [Google Play Store](https:\u002F\u002Fplay.google.com\u002Fstore\u002Fapps\u002Fdetails?id=com.audiobookshelf.app)\n\n### iOS (early beta)\n\n**Beta is currently full. Apple has a hard limit of 10k beta testers. Updates will be posted in Discord.**\n\nUsing Test Flight: https:\u002F\u002Ftestflight.apple.com\u002Fjoin\u002Fwiic7QIW **_(beta is full)_**\n\n---\n\n[Go to the main project repo github.com\u002Fadvplyr\u002Faudiobookshelf](https:\u002F\u002Fgithub.com\u002Fadvplyr\u002Faudiobookshelf) or the project site [audiobookshelf.org](https:\u002F\u002Faudiobookshelf.org)\n\nJoin us on [discord](https:\u002F\u002Fdiscord.gg\u002FpJsjuNCKRq)\n\n**Requires an Audiobookshelf server to connect with**\n\n\u003Cimg alt=\"Screenshot\" src=\"https:\u002F\u002Fgithub.com\u002Fadvplyr\u002Faudiobookshelf-app\u002Fraw\u002Fmaster\u002Fscreenshots\u002FDeviceDemoScreens.png\" \u002F>\n\n## Contributing\n\nThis application is built using [NuxtJS](https:\u002F\u002Fnuxtjs.org\u002F) and [Capacitor](https:\u002F\u002Fcapacitorjs.com\u002F) in order to run on both iOS and Android on the same code base.\n\n### Localization\n\nThank you to [Weblate](https:\u002F\u002Fhosted.weblate.org\u002Fengage\u002Faudiobookshelf\u002F) 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:\u002F\u002Fwww.audiobookshelf.org\u002Ffaq#how-do-i-help-with-translations). \u003Ca href=\"https:\u002F\u002Fhosted.weblate.org\u002Fengage\u002Faudiobookshelf\u002F\"> \u003Cimg src=\"https:\u002F\u002Fhosted.weblate.org\u002Fwidget\u002Faudiobookshelf\u002Fabs-mobile-app\u002Fhorizontal-auto.svg\" alt=\"Translation status\" \u002F> \u003C\u002Fa>\n\n### Windows Environment Setup for Android\n\nRequired Software:\n\n- [Git](https:\u002F\u002Fgit-scm.com\u002Fdownloads)\n- [Node.js](https:\u002F\u002Fnodejs.org\u002Fen\u002F) (version 20)\n- Code editor of choice([VSCode](https:\u002F\u002Fcode.visualstudio.com\u002Fdownload), etc)\n- [Android Studio](https:\u002F\u002Fdeveloper.android.com\u002Fstudio)\n- [Android SDK](https:\u002F\u002Fdeveloper.android.com\u002Fstudio)\n\n\u003Cdetails>\n\u003Csummary>Install the required software with \u003Ca href=(https:\u002F\u002Fdocs.microsoft.com\u002Fen-us\u002Fwindows\u002Fpackage-manager\u002Fwinget\u002F#production-recommended)>winget\u003C\u002Fa>\u003C\u002Fsummary>\n\n\u003Cp>\nNote: This requires a PowerShell prompt with winget installed.  You should be able to copy and paste the code block to install.  If you use an elevated PowerShell prompt, UAC will not pop up during the installs.\n\n```PowerShell\nwinget install -e --id Git.Git; `\nwinget install -e --id Microsoft.VisualStudioCode; `\nwinget install -e --id  Google.AndroidStudio; `\nwinget install -e --id OpenJS.NodeJS --version 20.11.0;\n```\n\n![](\u002Fscreenshots\u002Fdev_setup_windows_winget.png)\n\n\u003C\u002Fp>\n\u003C\u002Fdetails>\n\u003Cbr>\n\nYour Windows environment should now be set up and ready to proceed!\n\n### Mac Environment Setup for Android\n\nRequired Software:\n\n- [Android Studio](https:\u002F\u002Fdeveloper.android.com\u002Fstudio)\n- [Node.js](https:\u002F\u002Fnodejs.org\u002Fen\u002F) (version 20)\n- [Cocoapods](https:\u002F\u002Fguides.cocoapods.org\u002Fusing\u002Fgetting-started.html#installation)\n- [Android SDK](https:\u002F\u002Fdeveloper.android.com\u002Fstudio)\n\n\u003Cdetails>\n\u003Csummary>Install the required software with \u003Ca href=(https:\u002F\u002Fbrew.sh\u002F)>homebrew\u003C\u002Fa>\u003C\u002Fsummary>\n\n\u003Cp>\n\n```zsh\nbrew install android-studio node cocoapods\n```\n\n\u003C\u002Fp>\n\u003C\u002Fdetails>\n\n### Start working on the Android app\n\nClone or fork the project from terminal or powershell and `cd` into the project directory.\n\nInstall the required node packages:\n\n```shell\nnpm install\n```\n\n\u003Cdetails>\n\u003Csummary>Expand for screenshot\u003C\u002Fsummary>\n\n![](\u002Fscreenshots\u002Fdev_setup_android_npm_install.png)\n\n\u003C\u002Fdetails>\n\u003Cbr>\n\nGenerate static web app:\n\n```shell\nnpm run generate\n```\n\n\u003Cdetails>\n\u003Csummary>Expand for screenshot\u003C\u002Fsummary>\n\n![](\u002Fscreenshots\u002Fdev_setup_android_npm_run.png)\n\n\u003C\u002Fdetails>\n\u003Cbr>\n\nCopy web app into native android\u002Fios folders:\n\n```shell\nnpx cap sync\n```\n\n\u003Cdetails>\n\u003Csummary>Expand for screenshot\u003C\u002Fsummary>\n\n![](\u002Fscreenshots\u002Fdev_setup_android_cap_sync.png)\n\n\u003C\u002Fdetails>\n\u003Cbr>\n\nOpen Android Studio:\n\n```shell\nnpx cap open android\n```\n\n\u003Cdetails>\n\u003Csummary>Expand for screenshot\u003C\u002Fsummary>\n\n![](\u002Fscreenshots\u002Fdev_setup_cap_android.png)\n\n\u003C\u002Fdetails>\n\u003Cbr>\n\nStart coding!\n\nAfter making changes to the JS layer you need to rebuild the nuxt pages and sync them to the native shells:\n\n```shell\nnpm run sync\n```\n\n### Mac Environment Setup for iOS\n\nRequired Software:\n\n- [Xcode](https:\u002F\u002Fdeveloper.apple.com\u002Fxcode\u002F)\n- [Node.js](https:\u002F\u002Fnodejs.org\u002Fen\u002F)\n- [Cocoapods](https:\u002F\u002Fguides.cocoapods.org\u002Fusing\u002Fgetting-started.html#installation)\n\n### Start working on the iOS app\n\nClone or fork the project in the terminal and `cd` into the project directory.\n\nInstall the required node packages:\n\n```shell\nnpm install\n```\n\n\u003Cdetails>\n\u003Csummary>Expand for screenshot\u003C\u002Fsummary>\n\n![](\u002Fscreenshots\u002Fdev_setup_ios_npm_install.png)\n\n\u003C\u002Fdetails>\n\u003Cbr>\n\nGenerate static web app:\n\n```shell\nnpm run generate\n```\n\n\u003Cdetails>\n\u003Csummary>Expand for screenshot\u003C\u002Fsummary>\n\n![](\u002Fscreenshots\u002Fdev_setup_ios_npm_generate.png)\n\n\u003C\u002Fdetails>\n\u003Cbr>\n\nCopy web app into native android\u002Fios folders:\n\n```shell\nnpx cap sync\n```\n\n\u003Cdetails>\n\u003Csummary>Expand for screenshot\u003C\u002Fsummary>\n\n![](\u002Fscreenshots\u002Fdev_setup_ios_cap_sync.png)\n\n\u003C\u002Fdetails>\n\u003Cbr>\n\nOpen Xcode:\n\n```shell\nnpx cap open ios\n```\n\n\u003Cdetails>\n\u003Csummary>Expand for screenshot\u003C\u002Fsummary>\n\n![](\u002Fscreenshots\u002Fdev_setup_ios_cap_open.png)\n\n\u003C\u002Fdetails>\n\u003Cbr>\n\nStart coding!\n\nAfter making changes to the JS layer you need to rebuild the nuxt pages and sync them to the native shells:\n\n```shell\nnpm run sync\n```\n","Audiobookshelf Mobile App 是一款为 Audiobookshelf 自托管有声书和播客服务器设计的移动应用程序。该应用使用 Vue 框架开发，并通过 NuxtJS 和 Capacitor 技术实现跨平台支持，确保在 iOS 和 Android 设备上都能流畅运行。用户可以方便地访问存储于个人服务器上的音频内容，享受无缝的听书体验。适用于那些希望拥有对个人媒体库完全控制权，并且偏好于自托管解决方案而非依赖第三方服务的有声书爱好者或播客听众。","2026-06-11 03:19:41","top_language"]