Skip to content

Add PocketPal local app#2221

Open
a-ghorbani wants to merge 1 commit into
huggingface:mainfrom
a-ghorbani:add-pocketpal-local-app
Open

Add PocketPal local app#2221
a-ghorbani wants to merge 1 commit into
huggingface:mainfrom
a-ghorbani:add-pocketpal-local-app

Conversation

@a-ghorbani

@a-ghorbani a-ghorbani commented Jun 8, 2026

Copy link
Copy Markdown

This adds PocketPal to the local-apps registry so a Use this model ▸ PocketPal entry shows up on GGUF model pages.

App-side support is already shipped

The pocketpal://hub/run handler is merged in the app: a-ghorbani/pocketpal-ai#761. So this button works as soon as it lands.

Tests

Added a pocketpal deeplink case in local-apps.spec.ts (with and without filepath). pnpm build, pnpm vitest run src/local-apps.spec.ts (17/17), lint:check and format:check all pass.


Note

Low Risk
Small additive registry and test change; no auth, data, or core inference paths touched.

Overview
Adds PocketPal to the LOCAL_APPS registry in packages/tasks/src/local-apps.ts, so GGUF model pages can show Use this model ▸ PocketPal alongside other local apps.

The entry uses the same visibility rule as Jan and Atomic Chat (isLlamaCppGgufModel) and builds pocketpal://hub/run deeplinks with repo_id, optional filename when a GGUF file is selected, and source=hf. A matching pocketpal deeplink test in local-apps.spec.ts asserts both repo-only and file-specific URLs.

Reviewed by Cursor Bugbot for commit dc997ce. Bugbot is set up for automated code reviews on this repo. Configure here.


Generated by PocketPal Dev Team

@a-ghorbani a-ghorbani marked this pull request as draft June 8, 2026 15:05
@a-ghorbani a-ghorbani marked this pull request as ready for review June 8, 2026 15:14
PocketPal is an open-source on-device LLM app for iOS and Android. It
runs GGUF models locally on the phone. The app registers the
`pocketpal://hub/run` deeplink scheme and lands on the repo's quant
list so the user can pick a file to download and chat with.

Generated by [PocketPal Dev Team](https://github.com/a-ghorbani/pocketpal-dev-team)
@a-ghorbani a-ghorbani force-pushed the add-pocketpal-local-app branch from eb41fe8 to dc997ce Compare June 8, 2026 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant