Web Application Analysisbrowserdeveloperfirefoxwebcontainerkaboxer

Firefox Developer Edition (en-US, kaboxer)

Firefox Developer Edition is a powerful, extensible web browser with support for modern web application technologies, running in a container using kaboxer and localized for en-US.

Description

This package provides the Mozilla Firefox web browser in its Developer Edition variant, optimized for developers working with modern web applications. It runs within a container managed by kaboxer, ensuring isolation and consistency across environments. The en-US localization makes it suitable for English-speaking users focused on web development and testing tasks.

Use cases include debugging web applications, testing modern web technologies, and performing browser-based security assessments. In a cybersecurity context, such as Kali Linux, it supports tasks like inspecting web pages, analyzing client-side scripts, and evaluating web application behavior in a controlled containerized setup.

The tool depends on Docker (docker.io or docker-ce) and kaboxer for containerization, providing a lightweight installation at 35 KB.

How It Works

The browser operates within a kaboxer-managed container, leveraging Docker for isolation. Kaboxer handles the container runtime, allowing Firefox Developer Edition to run with modern web technology support while maintaining separation from the host system. This setup ensures extensible browsing capabilities with developer tools for web application inspection and debugging.

Installation

bash
sudo apt install firefox-developer-edition-en-us-kbx

Examples

Installs the Firefox Developer Edition en-US kaboxer package
sudo apt install firefox-developer-edition-en-us-kbx
Launches the containerized Firefox Developer Edition browser
firefox-developer-edition-en-us-kbx
Lists kaboxer-managed containers including Firefox Developer Edition
kaboxer list
Shows running Docker containers used by kaboxer for the browser
docker ps
Displays version information for the installed browser package
firefox-developer-edition-en-us-kbx --version
Explicitly runs the Firefox Developer Edition via kaboxer
kaboxer run firefox-developer-edition-en-us-kbx
Updated 2026-04-16kali.org ↗