Skip to content
Xing Yi edited this page Nov 13, 2023 · 3 revisions

Running the server on iOS

Yes, SilverDict can run on iOS, though limited. Steps:

  1. Install a-Shell from the App Store.
  2. Download SilverDict.zip and extract it.
  3. Install the requirements with pip (please read the note about non pure Python dependencies in the Readme).
  4. Set the environment variable BROWSER to internalbrowser.
  5. Run python server/server.py.

Note that hunspell and opencc are not available on iOS.

Clone this wiki locally