English | 简体中文
Your local-first, privacy-focused AI coding co-pilot for macOS.
The UI is fully open-source; the intelligent core (Agent-team) runs 100% on your device, ensuring your code never leaves your machine.
Note: This repository contains only the open-source frontend (UI) of ProjectPilot. The proprietary AI engine that powers its intelligence is closed-source and will be distributed as a binary framework with the official App Store release.
To build the most trusted, efficient, and private AI development assistant for macOS developers. We believe your code is your intellectual property, and it should stay that way.
This open-source UI project demonstrates the planned user experience for ProjectPilot:
- Project Dashboard: Visualize your project structure and AI agent status.
- Task Management: Submit, track, and review tasks handled by your AI team.
- Agent Chat Interface: Communicate directly with specialized AI agents (e.g., Architect, Developer, Tester).
- On-Device Privacy: All interactions are designed to work seamlessly with the local
Agent-teamcore.
(Actual AI capabilities are powered by the closed-source Agent-team engine)
This section is for those who want to explore, build, or contribute to the UI.
- Xcode 15.0 or later
- Swift 5.9+
- macOS 14 (Sonoma) or later (for development)
Since the core AI engine (Agent-team) is closed-source, this repository includes a mock/dummy framework to allow you to build and run the UI for demonstration and contribution purposes.
-
Clone this repository:
git clone https://github.com/yangKJ/ProjectPilot.git cd ProjectPilot -
Open
ProjectPilot.xcodeprojin Xcode. -
Build and run the project. You will see the UI interface populated with mock data.
We welcome contributions to the user interface, documentation, and non-core logic!
- Bug Fixes: Found a typo or a UI glitch? Please open an issue or submit a PR!
- UI/UX Improvements: Have ideas to make the interface more intuitive? We'd love to hear them!
- New Views: Want to design a new panel for a specific feature? Go ahead!
Important: Please do not submit PRs that attempt to implement core AI logic, as that resides in the private Agent-team repository.
The true power of ProjectPilot lies in its closed-source, on-device AI engine, Agent-team. This engine features:
- A team of 8 specialized AI agents (Architect, Developer, Tester, etc.)
- Deep code understanding and analysis (CodeGraph)
- Fully automated project workflows
- Complete data and project isolation
This core will be integrated into the final App Store application as a pre-compiled binary, ensuring both performance and the protection of our core IP.
This UI project is licensed under the MIT License. See the LICENSE file for details.
The Agent-team core engine is proprietary and closed-source.
The official ProjectPilot app is coming soon to the Mac App Store! Star this repository to get notified about updates.
- Author: yangKJ
- Core Engine:
Agent-team(Private)