# botron-platform **Repository Path**: src-openeuler/botron-platform ## Basic Information - **Project Name**: botron-platform - **Description**: Provide embedded developers with a one-stop solution from project wizards, development, compilation, debugging, and burning. Enable users to quickly build a development platform. This time, based on the Guochuang OS operating system, three plug-in functions of hybrid deployment, soft real-time, and hard real-time are provided. Users can perform kernel development, Yocto project development, C/C++, RTOS development, etc. according to their needs.User-centered, for users of three major kernels, provide MVP (hello world). Support graphical debugging methods, including breakpoints, single-step debugging, stack printing, and viewing data of memory segments. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2024-09-13 - **Last Updated**: 2025-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: sig-IDE ## README

NCTI IDE

NCTI IDE based on CodeFuse and OpenSumi.

![0F2230D7-7623-4141-91BE-487973ED0AF7](https://gitee.com/botron-platform/user-attachments/raw/master/assets/ncti-ide.png) [![Discussions][discussions-image]][discussions-url] [discussions-image]: https://img.shields.io/badge/discussions-on%20github-blue [discussions-url]: https://gitee.com/src-openeuler/botron-platform/issues ## ✨ Features - **AI-Native Development Environment**: Enjoy an integrated development environment that leverages AI technologies to enhance productivity and streamline workflows. - **Open Model Integration**: Our platform supports the seamless integration of various models, allowing developers to customize and extend functionality according to their needs. - **VS Code Extension Compatibility**: Benefit from a rich ecosystem of plugins by ensuring compatibility with VS Code extensions, enabling you to leverage existing tools and resources. ## Getting started ### Preparation - install Node.js >= 20 - you can use npmmirror.com to speed up the installation in china - `yarn config set -H npmRegistryServer "https://registry.npmmirror.com"` - `export ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/` ### Start the project ```bash # install dependencies yarn # rebuild native dependencies for electron yarn run electron-rebuild # start project yarn run start ``` ## Links - **CodeFuse**: https://codefuse.ai - **OpenSumi**: https://opensumi.com