Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      June 2, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 2, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 2, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 2, 2025

      The Alters: Release date, mechanics, and everything else you need to know

      June 2, 2025

      I’ve fallen hard for Starsand Island, a promising anime-style life sim bringing Ghibli vibes to Xbox and PC later this year

      June 2, 2025

      This new official Xbox 4TB storage card costs almost as much as the Xbox SeriesXitself

      June 2, 2025

      I may have found the ultimate monitor for conferencing and productivity, but it has a few weaknesses

      June 2, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      May report 2025

      June 2, 2025
      Recent

      May report 2025

      June 2, 2025

      Write more reliable JavaScript with optional chaining

      June 2, 2025

      Deploying a Scalable Next.js App on Vercel – A Step-by-Step Guide

      June 2, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      The Alters: Release date, mechanics, and everything else you need to know

      June 2, 2025
      Recent

      The Alters: Release date, mechanics, and everything else you need to know

      June 2, 2025

      I’ve fallen hard for Starsand Island, a promising anime-style life sim bringing Ghibli vibes to Xbox and PC later this year

      June 2, 2025

      This new official Xbox 4TB storage card costs almost as much as the Xbox SeriesXitself

      June 2, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Learning Resources»đź› ď¸Ź Hack Smarter! Install DeepSeek AI on Kali Linux in 2 commands! [No GPU]

    🛠️ Hack Smarter! Install DeepSeek AI on Kali Linux in 2 commands! [No GPU]

    May 31, 2025

    Imagine needing a powerful GPU just to cybersecurity experiment with AI. Ridiculous, right? Hackers don’t rely on expensive hardware—we make the most of what we have. In the world of cybersecurity, knowledge is power, and AI is the next big weapon. But what if we could run it right on our low end Kali Linux computer, even without a GPU?

    Most AI models are resource-hungry, and codes are locked behind corporate-controlled cloud services that spy on everything we do. Take ChatGPT, for an example—completely closed-source and tied to a centralized system that logs every interaction. That’s not how real hackers work. We need tools that are lightweight, private, and fully under our control. Come on That’s why we prefer Linux over Windows.

    This is where DeepSeek comes in—a fully open-source AI model you can run locally, without sending your data to some shady cloud server. Yes, it’s a Chinese-developed model, but unlike ChatGPT, it’s transparent and open for anyone to inspect. No hidden tracking, no corporate lock-in—just raw AI power, running on our own computer.

    DeepSeek on Kali Linux

    The best part? We don’t need a high-end GPU. Even an older PC (Corei5 4th gen we are using) can handle DeepSeek with the right setup. Get ready to take control and bring AI to our Kali Linux machine? That’s enough intro let’s get started. 🚀

    Installing DeepSeek on Kali Linux

    We don’t have large computer systems with GPU we just got a simple Intel i5 4th gen CPU with 8 GB DDR3 RAM (It’s a 12 years old infrastructure). We run Kali Linux on it seamlessly, now on the Kali Linux system we are going to install DeepSeek on it.

    To do that we need Ollama services on our system. To install and activate Ollama services on our system we need to run following command on our terminal:

    curl -fsSL https://ollama.com/install.sh | sh

    The above command will download & run the installation file for Linux environment as we can see in the following screenshot:

    Downloading Script of DeepSeek for Linux

    On the above screenshot we can see that the downloading process is started. It will take some time depending on our system resources and internet speed.

    installed and runned ollama services on Kali Linux

    After downloading the bash script it will start installing that and then it will automatically starts ollama services. Everything is automatic. By any chance things go different we can check if everything is correct.

    We can verify the installation by running following command:

    ollama --version

    Also we can check if Ollama is running or not by applying following command:

    systemctl is-active ollama.service

    If everything is set we can see Ollama version and active status as the following screenshot:

    Ollama services installed and activated on Kali Linux

    Now we start the main thing. Let’s install DeepSeek. As we are in low end system we are going to install a basic version of DeepSeek, to do so we need to run the following command:

    ollama run deepseek-r1:1.5b

    Here we choose 1.5b model, it’s a basic model for smaller scale AI works. This will run on our system perfectly. For larger systems owners here is the list.

    Model Download Size RAM Needed CPU Best For
    1.5B ~1.1GB 4GB Old CPUs Low-end PCs, Basic AI
    7B ~4.7GB 8GB Mid-range CPUs Balanced AI tasks
    8B ~4.9GB 10GB Fast CPUs Better AI performance
    14B ~9GB 16GB Fast CPUs Advanced AI tasks
    32B ~20GB 32GB High-end CPUs AI developers
    70B ~43GB+ 64GB Workstation CPUs AI research
    671B ~404GB+ 1.5TB Workstation CPUs AI research

    We can choose the model as per our system. For this tutorial and as per our system we have choose model 1.5b (shown in above command). Now it’s time to hit and run the above command. The screenshot shows the output of the above command.

    Deepseek installed on Kali Linux

    Now we have DeepSeek on our system’s terminal. Let’s ask it something. Our chatting screenshot is following.

    Chat with DeepSeek on Kali Linux

    Voilà. We installed DeepSeek on our Kali Linux system locally which runs on very low end CPU. That’s how can easily install DeepSeek on Kali Linux or any other Debian based Linux system easily.

    Creating some stuff using DeepSeek

    Enjoy our articles? Make sure to follow us on Twitter and GitHub, we post article updates there. To join our KaliLinuxIn family, join our Telegram Group & Whatsapp Channel. We are striving to build a community for Linux and cybersecurity. For anything we always happy to help everyone on the comment section and on Telegram Group. As we know our comment section is always open to everyone. We read each and every comment and we always reply.

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleBest USB WiFi Adapter For Kali Linux 2025 [Updated March]
    Next Article Amap – Gather Info in Easy Way

    Related Posts

    News & Updates

    The Alters: Release date, mechanics, and everything else you need to know

    June 2, 2025
    News & Updates

    I’ve fallen hard for Starsand Island, a promising anime-style life sim bringing Ghibli vibes to Xbox and PC later this year

    June 2, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    How to screenshot a selected area of the screen on Windows 11

    Development

    IT Pros also guilty of risqué selfies on mobiles

    Development

    Instabug launches new observability features to connect business outcomes with app performance, user experience

    Tech & Work

    CES 2025: What is it, what to expect, and how to tune in

    Development

    Highlights

    AI and automation reducing breach costs – Week in security with Tony Anscombe

    August 3, 2024

    Organizations that leveraged AI and automation in security prevention cut the cost of a data…

    Microsoft urges users to ditch Windows 10 for Windows 11 because it’s better in 7 ways

    April 10, 2025

    Vue3-signature

    July 26, 2024

    DiffUCO: A Diffusion Model Framework for Unsupervised Neural Combinatorial Optimization

    June 8, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.