# Building Aigris: An On-Device AI Cybersecurity Agent for Android

> Source: <https://dev.to/ullahnaqeeb/building-aigris-an-on-device-ai-cybersecurity-agent-for-android-3l8j>
> Published: 2026-07-08 11:04:06+00:00

Cyber threats are becoming increasingly common. Phishing websites, malicious links, fake messages, and social engineering attacks target millions of people every day.

Most security solutions rely heavily on cloud services: data is sent to remote servers, analyzed, and then a decision is returned to the user.

As someone who is passionate about both artificial intelligence and cybersecurity, I started asking myself a question:

Can we build a security assistant that uses AI directly on the user's smartphone while preserving privacy?

This question became the starting point of Aigris.

I'm a second-year Computer Engineering student with a strong interest in:

I enjoy building projects that allow me to combine theory with practical engineering challenges. Aigris is currently my biggest personal project and an opportunity to explore how AI and cybersecurity can work together in real-world applications.

Aigris is an experimental Android application that aims to become an AI-powered cybersecurity agent capable of helping users defend themselves against common digital threats.

The project focuses on a simple principle:

Security should be intelligent, proactive, and privacy-friendly.

The long-term vision is to create a mobile security assistant capable of:

Privacy is one of the main motivations behind this project.

Sending sensitive information to external servers is not always desirable. Modern smartphones are becoming increasingly powerful and can now execute lightweight machine learning models efficiently.

Running AI directly on the device offers several advantages:

This privacy-first approach is one of the core ideas behind Aigris.

Technologies Behind the Project

Aigris combines multiple areas of computer science:

One of the most interesting aspects of this project is learning how to deploy AI models efficiently on mobile devices while respecting performance and battery constraints.

The project is still evolving, but the current areas of focus include:

Building an intelligent security application on a smartphone is not easy.

Some of the challenges I am currently exploring include:

These challenges are exactly what make the project exciting from both an engineering and research perspective.

Some ideas I would like to explore in future versions are:

One of the reasons I love open source is the opportunity to learn from other developers.

I'm still a student, and I know there is a lot I can improve. That's exactly why I'm sharing this project publicly.

I would genuinely appreciate feedback about:

You can find the project here:

[https://github.com/ullah-naqeeb/aigris.git](https://github.com/ullah-naqeeb/aigris.git)

If you have suggestions, ideas, or constructive criticism, I would be extremely grateful to hear your thoughts.

Even a small piece of feedback can help improve the project and help me grow as a developer.

Thank you for reading!
