.. _standalone_mode_app_dev: Standalone Mode App ################### With the :ref:`standalone mode `, developers can build and deploy third-party libraries, executables, or custom applications beyond GStreamer pipeline development. Palette, SiMa’s software development toolkit, streamlines this process by providing a Linux SDK for cross-compilation. This document provides an overview of key concepts related to cross-compilation, environment configuration, and application deployment on SiMa devices. In standalone mode, developers need to understand the following topics: - :ref:`Setting up the cross-compilation environment ` - :ref:`Compiling and deploying custom C/C++ applications ` - :ref:`Building third-party libraries ` - :ref:`Run pipeline without using MPK tool ` - :ref:`Understand the MPK package structure ` Understanding these topics will help developers effectively utilize SiMa’s standalone capabilities for embedded computing. .. toctree:: :maxdepth: 2 :hidden: standalone/cross_compilation.rst standalone/build_custom_app.rst standalone/build_third_party_app.rst standalone/run_pipeline.rst standalone/mpk_package.rst