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

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 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

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

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

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 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]

    June 6, 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

    A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

    July 22, 2025
    News & Updates

    “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

    July 22, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    Medical record automation: How a leading underwriting provider transformed their document review process

    Artificial Intelligence

    Circana: Xbox may have finally seen some solid YoY hardware growth, both in units and retail sales

    News & Updates

    The June 2025 Security Update Review

    Security

    CVE-2025-7042 – SOLIDWORKS eDrawings After Free Code Execution Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    CVE-2024-42446 – APTIOV BIOS TOCTOU Race Condition Vulnerability

    May 13, 2025

    CVE ID : CVE-2024-42446

    Published : May 13, 2025, 2:15 p.m. | 2 hours, 9 minutes ago

    Description : APTIOV contains a vulnerability in BIOS where an attacker may cause a Time-of-check Time-of-use (TOCTOU) Race Condition by local means. Successful exploitation of this vulnerability may lead to arbitrary code execution.

    Severity: 7.5 | HIGH

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    CVE-2025-4191 – PHPGurukul Employee Record Management System SQL Injection

    May 2, 2025

    CVE-2025-42604 – Meon KYC Debug Mode Information Disclosure Vulnerability

    April 23, 2025

    Every PC and Xbox game shown during Sony’s PlayStation State of Play June 2025

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

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