# Malbox Docs ## Docs - [Dev Environment](https://docs.malbox.app/contributing/dev-environment.md): Set up and use the Malbox development environment - [Guidelines](https://docs.malbox.app/contributing/guidelines.md): Good practices concerning contributions to Malbox - [Introduction](https://docs.malbox.app/index.md): Learn about Malbox and what it offers for file analysis. - [Automatic Install](https://docs.malbox.app/installation/automatic.md): The fastest way to get started with Malbox - [Manual Install](https://docs.malbox.app/installation/manual.md): Install Malbox manually - [Packer](https://docs.malbox.app/machinery/packer.md): Build automated machine images - [Providers](https://docs.malbox.app/machinery/providers.md): Infrastructure providers for creating and managing machines - [Provisioning](https://docs.malbox.app/machinery/provisioners.md): Infrastructure provisioners to automate machine configuration, advanced post-scripting and more - [Creating a C++ Plugin](https://docs.malbox.app/plugin-guides/creating-a-cpp-plugin.md): Step-by-step guide to building analysis plugins in C++ using the Malbox Plugin SDK - [Creating a Rust Plugin](https://docs.malbox.app/plugin-guides/creating-a-rust-plugin.md): Step-by-step guide to building analysis plugins in Rust using the Malbox Plugin SDK - [Configuration](https://docs.malbox.app/plugin-system/configuration.md): How to configure plugin behavior and execution - [Event Hooks](https://docs.malbox.app/plugin-system/event-hooks.md): How plugins respond to system events through hooks - [Overview](https://docs.malbox.app/plugin-system/overview.md): An overview of the plugin system - [Quickstart](https://docs.malbox.app/quickstart.md): Get started quickly with Malbox - [Plugins](https://docs.malbox.app/reference/configuration/plugins.md): Plugin configuration reference - [Workers](https://docs.malbox.app/reference/configuration/workers.md): Worker configuration reference - [C++](https://docs.malbox.app/reference/plugin-sdk/cpp.md): API reference for the Malbox C++ Plugin SDK - [Event Hooks](https://docs.malbox.app/reference/plugin-sdk/events.md): Complete reference for all plugin event hooks - [Rust](https://docs.malbox.app/reference/plugin-sdk/rust.md): API reference for the Malbox Rust Plugin SDK - [Scheduler](https://docs.malbox.app/task-management/scheduling.md): How the Malbox scheduler coordinates task execution and resource allocation - [Workers](https://docs.malbox.app/task-management/workers.md): How Malbox workers execute tasks and report results ## Optional - [Blog](https://blog.malbox.app) - [Roadmap](https://github.com/DualHorizon/malbox)