{"id":24765642,"url":"https://github.com/sudo-xda/deepseekmanager","last_synced_at":"2026-04-17T05:31:10.100Z","repository":{"id":274512329,"uuid":"923149275","full_name":"sudo-xda/DeepSeekManager","owner":"sudo-xda","description":"DeepSeekManager: A Comprehensive DeepSeek Model Management \u0026 Execution System for Android and Raspberry Pi ","archived":false,"fork":false,"pushed_at":"2025-01-27T18:54:40.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T19:44:06.124Z","etag":null,"topics":["android","deepseek","deepseek-r1","llms","localai","ollama","raspberry-pi"],"latest_commit_sha":null,"homepage":"https://sudo-xda.github.io/DeepSeekManager/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sudo-xda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-01-27T18:14:29.000Z","updated_at":"2025-01-27T18:46:03.000Z","dependencies_parsed_at":"2025-01-27T19:44:25.567Z","dependency_job_id":"834ec5e9-3961-4518-8cf6-c0f9a8577127","html_url":"https://github.com/sudo-xda/DeepSeekManager","commit_stats":null,"previous_names":["sudo-xda/deepseekmanager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-xda%2FDeepSeekManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-xda%2FDeepSeekManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-xda%2FDeepSeekManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-xda%2FDeepSeekManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sudo-xda","download_url":"https://codeload.github.com/sudo-xda/DeepSeekManager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245137086,"owners_count":20566696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["android","deepseek","deepseek-r1","llms","localai","ollama","raspberry-pi"],"created_at":"2025-01-28T23:14:35.888Z","updated_at":"2026-04-17T05:31:10.050Z","avatar_url":"https://github.com/sudo-xda.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# **DeepSeekManager**: A Comprehensive DeepSeek Model Management \u0026 Execution System on edge devices\n\n[![Downloads](https://img.shields.io/github/downloads/sudo-xda/DeepSeekManager/total)](https://github.com/sudo-xda/DeepSeekManager/releases)\n\n**DeepSeekManager** is a user-friendly script designed to manage and run DeepSeek models on Termux (Android) and Raspberry Pi (Raspbian). This script automates the installation of necessary dependencies, model pulling, and model execution, making it easier for users to leverage powerful AI models even on low-resource devices.\n\n### Key Features\n\n- **Auto Installation**:\n  - Installs essential dependencies for Termux and Raspberry Pi.\n  - Clones and sets up the [Ollama](https://github.com/sudo-xda/ollama) repository.\n  - Pulls selected DeepSeek models (1.5b, 7b, 8b, 14b, and 32b) during installation.\n\n- **Model Selection**:\n  - Select from various DeepSeek model versions to install and run.\n  - Receive warnings when choosing high-resource models (14b and 32b).\n\n- **Automatic Process Management**:\n  - Kill any running **Ollama** processes to avoid conflicts.\n  - Start a new DeepSeek model with a single command.\n  - Monitor active processes with ease.\n\n- **Cross-Platform Support**:\n  - Supports **Termux** (Android) and **Raspberry Pi** (Raspbian).\n  \n- **Customizable**:\n  - Easily change the model without modifying the script, thanks to its interactive menu.\n\n---\n\n\n# **DeepSeek Manager Installation Guide**\n\n## **For Android (Termux) and Raspberry Pi (Terminal)**\n\nFollow these steps to install and run the **DeepSeek Manager Script** on your device:\n\n---\n\n## **1. Clone the Repository**\nTo begin, clone the DeepSeek Manager repository from GitHub:\n\n```bash\ngit clone https://github.com/sudo-xda/DeepSeekManager.git\ncd DeepSeekManager\n```\n\n---\n\n## **2. Make the Script Executable**\nGrant executable permissions to the script:\n\n```bash\nchmod +x DeepSeek_android/ras_pi.sh\n```\n\n---\n\n## **3. Run the Script**\nStart the DeepSeek Manager script:\n\n```bash\n./DeepSeek_android/ras_pi.sh\n```\n\n---\n\n## **4. Install DeepSeek**\nChoose option **1** from the menu to install DeepSeek and its dependencies.\n\n- The script will:\n  - Update the system and install required packages like `git`, `cmake`, `golang`, and `libjpeg-turbo`.\n  - Clone the `ollama` repository to your home directory.\n  - Build the application.\n  - Allow you to select and install a specific DeepSeek model (e.g., `deepseek-r1:1.5b`, `7b`, `14b`, etc.).\n\n---\n\n## **5. Run DeepSeek**\nOnce installed, you can run DeepSeek by choosing option **2** from the menu.\n\n- You’ll be prompted to select a model to run.\n- The script will handle any existing processes to ensure a clean startup.\n\n---\n\n## **6. Manage Running Processes**\nUse option **3** to view all currently running processes related to DeepSeek.\n\n---\n\n## **7. Exit the Script**\nTo exit the script, select option **4** from the menu.\n\n---\n\n## **Dependencies**\nEnsure the following are installed:\n- **For Android (Termux)**: Install Termux from [F-Droid](https://f-droid.org/en/packages/com.termux/).\n- **For Raspberry Pi**: Ensure you have a functional terminal environment with `git` and `pkg`.\n\n---\n\n## **Notes**\n- **RAM \u0026 GPU Requirements**: Models like `deepseek-r1:14b` and `32b` require high memory and GPU resources. Ensure your device meets these requirements before proceeding.\n- **Default Directory**: The `ollama` repository will be cloned to `~/ollama` by default.\n\n---\n\n## **Support**\nFor additional support or updates, visit the [GitHub repository](https://github.com/sudo-xda/DeepSeekManager).\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudo-xda%2Fdeepseekmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudo-xda%2Fdeepseekmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudo-xda%2Fdeepseekmanager/lists"}