{"id":29507940,"url":"https://github.com/divvun/divvun-manager-macos","last_synced_at":"2026-05-14T13:40:13.725Z","repository":{"id":47030539,"uuid":"120453632","full_name":"divvun/divvun-manager-macos","owner":"divvun","description":"Divvun's macOS package manager for the Páhkat repository format","archived":false,"fork":false,"pushed_at":"2024-11-19T07:58:50.000Z","size":1324,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-07-17T01:53:50.132Z","etag":null,"topics":["keyboards","macos","package-manager","proofing-tools"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/divvun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-02-06T12:34:30.000Z","updated_at":"2024-11-19T07:58:57.000Z","dependencies_parsed_at":"2024-04-08T11:57:32.978Z","dependency_job_id":"5de1e51b-2d7e-4bc8-bc61-ce5296a6fc38","html_url":"https://github.com/divvun/divvun-manager-macos","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/divvun/divvun-manager-macos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divvun%2Fdivvun-manager-macos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divvun%2Fdivvun-manager-macos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divvun%2Fdivvun-manager-macos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divvun%2Fdivvun-manager-macos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divvun","download_url":"https://codeload.github.com/divvun/divvun-manager-macos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divvun%2Fdivvun-manager-macos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33027526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["keyboards","macos","package-manager","proofing-tools"],"created_at":"2025-07-16T04:06:56.449Z","updated_at":"2026-05-14T13:40:13.341Z","avatar_url":"https://github.com/divvun.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Divvun Manager for macOS\n\n[![Build Status](https://divvun-tc.giellalt.org/api/github/v1/repository/divvun/divvun-installer-macos/main/badge.svg)](https://divvun-tc.giellalt.org/api/github/v1/repository/divvun/divvun-installer-macos/main/latest)\n\n## Overview\n\nDivvun Manager is a macOS app that manages the installation and configuration of Divvun spellers, keyboards and text-to-speech voices via [Pahkat](https://github.com/divvun/pahkat).\n\n- Keyboards are installed in `/Library/Keyboard Layouts/`\n- Spellers are installed in `/Library/Services/`\n- Voices are installed in `/Library/Speech/Synthesizers/Divvun`, and exposed to the system via the app `Divvun Speech.app`\n\n## Download\n\n- [Stable](https://pahkat.uit.no/divvun-installer/download/divvun-installer?platform=macos)\n- [Nightly build](https://pahkat.uit.no/divvun-installer/download/divvun-installer?channel=nightly\u0026platform=macos)\n\n## Architecture\n\nDivvun Manager installs and communicates with Pahkatd via RPC over a UNIX socket. Pahkatd is a service that manages package installation and removal. It is written in Rust and is available at [divvun/pahkat](https://github.com/divvun/pahkat).\n\n```mermaid\nflowchart TD\n    DM[Divvun Manager] --RPC--\u003e Pahkatd\n    Pahkatd --HTTP--\u003e PR[Pahkat Repositories]\n```\n\n## Running Locally\n\nTo run everything locally, you must also run `pahkat-rpc` locally. To do this:\n\n1. Clone \u003chttps://github.com/divvun/pahkat\u003e\n2. Make sure the socket path is the same between [macOS](https://github.com/divvun/divvun-manager-macos/blob/d20581050bde718a18f36ab0af0212726267e9e3/Sources/AppContext.swift#L67) and [pahkat-rpc](https://github.com/divvun/pahkat/blob/df904637978abb8f9c0ae545d58ee442c6169e12/pahkat-rpc/src/bin/server.rs#L8) (you might need to temporarily change it in Pahkat to match the one in macOS)\n3. If you have Divvun Manager installed, make sure pahkatd is not running. The easiest way to do this is to delete `/Applications/Divvun Manager.app/Contents/MacOS/pahkatd` and kill `pahkatd` in Activity Monitor.app\n4. Run `pahkat-rpc`. Go to the pahkat-rpc dir and run `cargo run --bin server --features macos`\n5. Run Divvun Manager from Xcode.\n\nYou should see evidence that Divvun Manager is connecting to your locally running instance of pahkatd.\n\n## Generating Localisations\n\nThis project uses [bbqsrc/i18n-eller](https://github.com/bbqsrc/i18n-eller) to manage the generation of localisations.\n\nIf you make an update to anything in `Sources/Support/LocalisationResources/`, run from the `divvun-manager-macos/` directory:\n\n```bash\ni18n-eller generate swift \\\n  Sources/Support/LocalisationResources/base.yaml \\\n  Sources/Support/LocalisationResources/{your target lang}.yaml \\\n  -o Sources/\n```\n\n## Localisation of entries\n\n- language names: [make PR here](https://github.com/divvun/iso639-databases)\n- package names/descriptions:\n  - keyboards: add entries in `keyboard-XXX/XXX.kbdgen/project.yaml`\n  - spellers: add entries in `lang-XXX/manifest.toml.in`\n\n## Logging\n\nLog files can be bundled and exported in the help menu. It gather log files from Divvun Manager, Pahkatd and MacDivvun.\nSince the app is running as user, all log folders need to be accessible by others. (Pahkatd service checks folder permission on every launch)\n\n## Cleanup MacDivvun\n\nIf for some reason [MacDivvun](https://github.com/divvun/macdivvun-service) has been uninstalled or\nremoved without the help of Divvun Manager, it can't be fixed automatically by it.\nTo fix a situation like this, do as follows:\n\n- add the following url to the repo list in the Divvun Manager settings: `https://pahkat.uit.no/tools`\n- a section **Divvun Tools** should appear at the end of the **All Repositories** listing\n- uninstall **MacDivvun Speller Engine** by checkmarking it and run uninstall\n- reinstall **MacDivvun Speller Engine** by checkmarking it and run install\n- restart your computer\n\nIt should really not be necessary to do this. If it happens more than once, try to notice what caused it to happen, and file a bug report in [issues](https://github.com/divvun/divvun-manager-macos/issues).\n\n## License\n\nGPLv3 — see LICENSE file.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivvun%2Fdivvun-manager-macos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivvun%2Fdivvun-manager-macos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivvun%2Fdivvun-manager-macos/lists"}