-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="/dark.png"> | ||
<source media="(prefers-color-scheme: light)" srcset="/light.png"> | ||
<img | ||
alt="A rubber ducky with the Duck Studio logo." | ||
src="/light.png"> | ||
</picture> | ||
# Flipper Studio | ||
|
||
# Ducky Studio | ||
|
||
Ducky Studio is an integrated development environment (aka IDE) that makes development in the Rubber Ducky 1.0 language simple. You can refer to the docs for Rubber Ducky 1.0 [here](https://web.archive.org/web/20220816200129/http://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript#ducky-script). | ||
Flipper Studio is a simple-to-use IDE for all Flipper-related software. Currently, Flipper Studio supports the use of Flipper Zero CLI, the design of BadUSB/BadBT apps using Rubber Ducky 1.0, and the creation of Flipper Zero Applications. | ||
|
||
## Features | ||
|
||
Here are all the current and upcoming features along with their roadmap. | ||
- Access Flipper Zero CLI | ||
- Boots BadUSB files directly to device via serial port | ||
- File imports | ||
- Integrated AI For BadUSB (ctrl + i) | ||
|
||
## Roadmap | ||
|
||
### App Building | ||
While you can currently design apps for Flipper devices with our Native App feature, you cannot build them for the Flipper directly. | ||
|
||
### CLI Tools | ||
A more immersive CLI experience that provides custom Flipper Studio commands, for terminal-like features, and the ability to run scripts which execute more than one command. | ||
|
||
| Feature | Roadmap | | ||
| ------- | ------- | | ||
| Syntax Highlighting | ✅ | | ||
| Integrated AI | ✅ | | ||
| Documentation | ❎ (1-2 Weeks) | | ||
| Export to TXT | ✅ | | ||
| AI Model Choice | ❎ (1-2 Weeks) | | ||
## Documentation | ||
You can read the documentation at https://github.com/cosmixcom/Flipper-Studio/wiki. | ||
|
||
## Disclaimer | ||
|
||
Ducky Studio and its affiliates disclaim all liability for the software and anything created on or in association with it. We also disclaim all liability for software loaded on to it or anything or users do with the software. | ||
|
||
By using Ducky Studio, you kindly agree to the above disclaimer and license agreement. | ||
By using Ducky Studio, you kindly agree to the above disclaimer and license agreement. |