Brainswarm Robotics
Let's talk
AnyBot is live: drive a real robot from your browser

Robotics and AI, built for the classroom, the lab, and the factory floor.

Brainswarm designs custom robots, computer vision pipelines, and edge AI systems, then supports them from first prototype through deployment.

Stack
ROS 2 · Nav2 · MoveIt
Compute
NVIDIA Jetson · MCU class
Deployed in
Schools · Research labs · Industry
Based in
Islamabad, Pakistan
Services Three ways engagements usually start

What we build

Every project lands somewhere on this list, and most move through more than one of them.

Custom robots

Machines built for a specific job in teaching, research, or production. We take on the mechanical design, the electronics, the firmware, and the software stack that sits on top, so you get one system rather than a pile of parts to integrate.

  • Mechanical design
  • Electronics and PCB
  • Firmware
  • ROS 2 integration

Applied AI systems

Computer vision and edge intelligence that runs where the work happens rather than in a distant data centre. We tune models to the hardware you actually have, then wire them into the workflow they need to serve.

  • Object detection
  • Pose and activity
  • Model optimisation
  • On-device inference

Proof of concept, quickly

Turn an idea into something you can hold and test. We scope tightly, build in weeks rather than quarters, and give you a straight answer on whether it is worth taking further.

  • Feasibility study
  • Working prototype
  • Field pilot
  • Handover and training

See AnyBot, our educational robotics platform

Put working robotics in the hands of the people who build what comes next.

That means hardware sturdy enough for a school lab, software a research team can extend instead of reverse engineer, and deployments that keep running after we hand them over. We would rather ship one system that survives contact with the real world than ten that demo well.

Based in
Islamabad, Pakistan
Recognised
Top 10 startups, Ignite
Represented at
Expand North Star 2025
Working across
Education, research, industry
Stack What the systems are made of

Expertise that survives deployment

These are the three areas we go deep in. Everything else we take on is built out of them.

Animated diagram of a central node exchanging messages with six connected nodes, the structure of a ROS 2 graph

Robot Operating System

Our platforms run on ROS 2, so you get modular nodes, sensor fusion, and a navigation stack you can extend rather than unpick. The same architecture carries a classroom robot and a warehouse one.

ROS 2 · Nav2 · MoveIt · Gazebo

# vision/detector.py
class Detector(Node):
    def __init__(self):
        self.engine = TensorRT("yolo.plan")
        self.sub = self.create_subscription(
            Image, "/camera", self.on_frame)

    def on_frame(self, msg):
        boxes = self.engine.infer(msg)
        return self.track(boxes)

Computer vision

Detection, tracking, pose, and activity recognition, built into pipelines that hold real time on modest hardware. We optimise for the frame rate you need, not the benchmark score.

YOLO · DeepStream · TensorRT · Custom models

sensor input
on-device inference
actuate and report

Edge AI and embedded

From Jetson class accelerators down to microcontrollers, with the firmware, sensors, and links that make a device deployable instead of merely functional on a bench.

Jetson · MCU · Custom firmware · IoT links

  • MoveIt motion planning
  • Nav2 navigation
  • SLAM and mapping
  • Localisation
  • Sensor fusion
  • NVIDIA Jetson
  • TensorRT
  • DeepStream
  • Embedded firmware
  • Cloud and IoT links
  • Edge Impulse
  • ESP-IDF
2025 Where the work has taken us

Expand North Star 2025, Dubai

Brainswarm was selected among the top 10 startups in Pakistan and travelled to Dubai on the Ignite travel grant to show our robotics and AI work at the Pakistan Pavilion.

  • Four memoranda of understanding opened during the event.
  • Several partnerships carried forward into pilots after the show.
  • Live demonstrations in front of a global investor and industry audience.
The Pakistan delegation of founders standing together at the Pakistan Pavilion, Expand North Star 2025 in Dubai
Event graphic reading Pakistan Pavilion shines at Expand North Star 2025
Expand North Star event logo, hosted by Dubai Chamber Digital

Tell us what you are trying to build.

Send the problem, the constraints, and your timeline. You will get a straight answer from an engineer about whether we are the right people for it.

We reply within one business day.