How to Run DeepSeek R1 Locally on Your Phone [2 Methods]

Main Image
  • Like
  • Comment
  • Share

DeepSeek R1 is breaking barriers, not just because it’s open-source but because you can run it anywhere—even on your phone, without it being useless. DeepSeek’s locally run AI models can be as powerful as ChatGPT 4o.

While cloud setups deliver the best performance, running DeepSeek R1 locally on a phone has its own charm. Whether you’re offline, need extra privacy, or just want to reduce dependency on cloud services, this guide will show you how to set it up. 

Sure, not everyone will go this route, but knowing you can run cutting-edge AI in your pocket is mind-blowing. And, the cherry on top is that it’s really simple to do so. Let’s dive in.

Why Run DeepSeek R1 on Your Phone?

Offline access lets you work anywhere without needing the internet. Keeping everything on your device ensures your data stays private and secure. 

It’s convenient for quick AI tasks without logging into cloud services. Plus, you avoid server outages or delays, staying fully in control. While cloud solutions offer better results, local setups give you flexibility and privacy.

ALSO READ: DeepSeek R1 Is Giving OpenAI ChatGPT o1 a Run for Its Money

Prerequisites for Local Installation

To make this work, your device needs some muscle. Here’s what we recommend:

  • RAM: 8 GB (minimum for 8B/14B models).
  • Processor: Powerful SoCs like Snapdragon 8 Gen 2/3, Snapdragon 7+ Gen 3, Dimensity 8400.
  • Storage: 12 GB free space.

Method 1: Termux 

Running DeepSeek R1 on Termux gives full control, but it requires a bit of setup. It also use a terminal interface.

1. Head to Termux’s GitHub page and download the latest APK. Install it and grant necessary permissions.

2. Open Termux and follow these steps:

Clone the repository: 

git clone –depth 1 https://github.com/ollama/ollama.git

cd ollama

Compile the code: 

go generate ./…

go build .

3. Go for quantized models like dseq-r1:8b-q4 to save RAM. Use this command to pull the model:

./ollama run deepseek-r1:8b-q4

4. Start the server with:

./ollama serve &

5. Start using the model using this command:

./ollama run deepseek-r1:8b

>>> “your prompt here”

ALSO SEE: Decoding Nothing’s Latest Cryptic Teaser: Is the Nothing Phone 3a Launching Before the Phone 3?

Method 2: PocketPal (Easy and User-Friendly)

For those who want a plug-and-play option, PocketPal provides an easy way to run Al models on Android and iOS. It’s got a graphical user interface, making it easy to use, even for a layman. Oh, and PocketPal is open source. Follow the steps below.

1. Download PocketPal from the Google Play Store or the App Store

2. Open the app and tap on “Go to Models.”

3. Tap the “+” icon and choose “Add from Hugging Face.” This will take you to an expansive list of AI models to choose from.

4. Use the search bar at the bottom and search for “DeepSeek.” 

5. Models with lower parameters (e.g., 1.5B, 7B) are faster but less accurate. Larger models (e.g., 8B) provide better reasoning but need powerful devices. 

6. I recommend going for the smaller models, or based on how much RAM your phone has. Each model has multiple sub-models—you can download multiple models and run them successively. 

7. Once downloaded, go back to the Models page. 

8. Here, you’ll see your models. Tap on “Settings” under the model you just downloaded and adjust the tokens (e.g., 4096 for better context and more text generation).

9. Now, tap on “Load” to get it into action. 

10. Type your prompt. The app’s graphical UI makes interacting smooth and fun. You can switch between models or regenerate responses directly within the app. You can even edit or copy your prompts.

ALSO READ: [Exclusive] Nothing’s 2025 Surprise: Three New Smartphones on the Horizon

Conclusion 

Running DeepSeek R1 locally might not be for everyone, but it’s good to know you have the option. Whether for offline use, privacy, or just because you’re a tech enthusiast, these methods ensure DeepSeek R1 is in your hands, literally. Would you try it out? Let us know.

You can follow Smartprix on TwitterFacebookInstagram, and Google News. Visit smartprix.com for the latest tech and auto newsreviews, and guides.

Mehtab AnsariMehtab Ansari
Mehtab Ansari is a tech enthusiast who also has a great passion in writing. During his two years of career, he has covered news, features, and evergreen content on multiple platforms. Apart from keeping a close eye on emerging tech developments, he likes spending time at the gym.

Related Articles

ImageSamsung Galaxy S25 Review: Samsung’s Best Compact Phone Gets Better

Samsung has officially launched the Galaxy S25 series, and I have the base S25 in hand for review. While the Ultra model usually grabs all the attention, the standard S25 is arguably the most interesting, mainly because it refines last year’s formula rather than reinventing it. At first glance, the S25 might seem like a …

ImageDeepSeek R1 Is Giving OpenAI ChatGPT o1 a Run for Its Money

TL; DR You must’ve heard about OpenAI’s reasoning model, o1—the one that nailed the strawberry question. However, it was very expensive, at a whopping $200 per month. Well, here’s DeepSeek R1, an AI model that’s 96.4% cheaper than Open AI’s o1, but delivers almost the same performance. What is DeepSeek R1? DeepSeek is a Chinese …

ImageTech News Roundup: Week 5, 2025 – GTA VI, iPhone SE 4 Leaks, DeepSeek R1, Open AI o3-mini, and More

Today, we’re diving into some of the juiciest top stories—from DeepSeek AI shaking up the AI world, to the Samsung Galaxy S25 series doing its seamless update thing, and the ever-controversial leaks around the iPhone SE 4. So buckle up as we break down every single detail into neat categories: launches, upcoming launches, updates, and …

ImageNothing Phone 3a Series To Be Made in India, Launch on March 4th

Nothing is gearing up to announce its latest budget smartphone series globally on March 4th. Ahead of the launch, the company announced that the Nothing Phone (3a) series will be manufactured locally in India. This move aligns with the company’s commitment to local production. Nothing states that this initiative has significantly contributed to job creation, …

ImageNothing Phone (2), (2a), and (2a) Plus Users Can Now Enjoy Circle to Search: Here’s How

TL; DR Good news for Nothing Phone (2), (2a), and (2a) Plus users—the latest update now brings support for Circle to Search. These are the first Nothing devices to get the Circle to Search feature. Previously, the feature was exclusive to flagship models from other brands, but that’s no longer the case. What is Circle …

Discuss

1 Comment
Carlos Antonio Pinzón
Carlos Antonio Pinzón
@carlos_qemexudi
11 days ago

Excellent method. I just tried it and it worked. My tablet doesn't have the recommended amount of memory, so there is a warning message, but it loads the model and answers queries (very very slowly). I imagine it should work fast on a device with larger RAM.

Reply