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

      Sunshine And March Vibes (2025 Wallpapers Edition)

      June 3, 2025

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

      June 3, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 3, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 3, 2025

      SteelSeries reveals new Arctis Nova 3 Wireless headset series for Xbox, PlayStation, Nintendo Switch, and PC

      June 3, 2025

      The Witcher 4 looks absolutely amazing in UE5 technical presentation at State of Unreal 2025

      June 3, 2025

      Razer’s having another go at making it so you never have to charge your wireless gaming mouse, and this time it might have nailed it

      June 3, 2025

      Alienware’s rumored laptop could be the first to feature NVIDIA’s revolutionary Arm-based APU

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

      easy-live2d – About Make your Live2D as easy to control as a pixi sprite! Live2D Web SDK based on Pixi.js.

      June 3, 2025
      Recent

      easy-live2d – About Make your Live2D as easy to control as a pixi sprite! Live2D Web SDK based on Pixi.js.

      June 3, 2025

      From Kitchen To Conversion

      June 3, 2025

      Perficient Included in Forrester’s AI Technical Services Landscape, Q2 2025

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

      SteelSeries reveals new Arctis Nova 3 Wireless headset series for Xbox, PlayStation, Nintendo Switch, and PC

      June 3, 2025
      Recent

      SteelSeries reveals new Arctis Nova 3 Wireless headset series for Xbox, PlayStation, Nintendo Switch, and PC

      June 3, 2025

      The Witcher 4 looks absolutely amazing in UE5 technical presentation at State of Unreal 2025

      June 3, 2025

      Razer’s having another go at making it so you never have to charge your wireless gaming mouse, and this time it might have nailed it

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

    SteelSeries reveals new Arctis Nova 3 Wireless headset series for Xbox, PlayStation, Nintendo Switch, and PC

    June 3, 2025
    News & Updates

    The Witcher 4 looks absolutely amazing in UE5 technical presentation at State of Unreal 2025

    June 3, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    as-tree – print a list of paths as a tree of paths

    Development

    Landing Page UI Components For React & Next.js – Page UI

    Development

    Horizon Forbidden West actress Ashly Burch responds to AI-powered Aloy, raises these concerns for the future of this “art form”

    News & Updates

    Addressing Digital Retail Challenges with PCI DSS Compliance

    Development

    Highlights

    News & Updates

    Editor’s Soapbox: Y2K25

    January 1, 2025

    Twenty five years ago today, the world breathed a collective sight of relief when nothing…

    CVE-2025-44830 – EngineerCMS SQL Injection

    May 12, 2025

    Top 25 AI Tools for Organizing Notes in 2025

    January 3, 2025

    Hunyuan-DiT: A Text-to-Image Diffusion Transformer with Fine-Grained Understanding of Both English and Chinese

    May 23, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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