| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repo is an open-source project for the Power Platform ToolBox (PPTB)
Important
Full documentation of the toolbox including How tos, FAQs, architecture, design & security principles is available on our main website https://docs.powerplatformtoolbox.com/
For tool authors working on inter-tool or MCP-based invocation, start with docs/INTER_TOOL_INVOCATION.md, docs/MCP_IMPLEMENTATION.md, and docs/MCP_TOOL_AUTHOR_MIGRATION.md.
Power Platform ToolBox releases are published on GitHub:
Visit the Releases page to download:
To build the application for your platform:
# Install dependencies
pnpm install
# Build application code
pnpm run build
# Package for your current platform (auto-detects architecture)
pnpm run packagePlatform-specific builds:
# Windows x64
pnpm run package:win
# Windows ARM64 (for Snapdragon processors)
pnpm run package:win-arm64
# macOS (Universal binary with x64 and ARM64)
pnpm run package:mac
# Linux x64
pnpm run package:linuxThe packaged application will be available in the build/ directory.
Power Platform ToolBox uses Sentry.io for error tracking and telemetry. By default, telemetry is enabled to help improve the application. You can disable it in the application settings.
The application supports the following environment variables in a .env file:
All environment variables are injected at build time and not exposed in the final bundle.
If you want to have any discussions on any feature, tool or ideas for a tool, please join us on Discord.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
Created & maintained by Danish Naglekar (Power Maverick)
Supporting Team:
If you wish to officially be part of the team, please reach out to Danish Naglekar (Power Maverick) for onboarding.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines on how to contribute to the project.
Danish Naglekar 💬 💻 🖋 🎨 📖 🚇 🛡️ ⚠️ 🔧 ✅ |
Matt Berg 🖋 🎨 🤔 🚧 📖 💡 📆 ✅ |
Oleksandr Olashyn (dancingwithcrm) 💻 🎨 🤔 🚧 |
LinkeD365 🐛 💻 🎨 🤔 🚧 ⚠️ 📓 |
mohsinonxrm 💻 🎨 🤔 🚧 |
Oliver Flint 💻 🎨 🤔 🚧 |
Mike! 🤔 ⚠️ 📓 |
Lars Hildebrandt 💻 🎨 🤔 🔌 |
darkwheel 🐛 💻 🚧 |
This project follows the all-contributors specification. Contributions of any kind welcome!
| Back | FazBrowse Home | New Git URL |