diff --git a/bin/phpstan b/bin/phpstan
deleted file mode 100755
index e9c84dc55be847520abcf56cd0dad4283a87ad5f..0000000000000000000000000000000000000000
--- a/bin/phpstan
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-export $(cat .env | xargs)
-docker run --rm -v $(php /usr/local/bin/volume.php /app) ghcr.io/phpstan/phpstan "$@"
-EC=$?
-
-exit $EC
diff --git a/bin/rector b/bin/rector
deleted file mode 100755
index 0196210b712abcf5c658e8c4908a66d28045eab0..0000000000000000000000000000000000000000
--- a/bin/rector
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-docker compose exec ${LAKEDROPS_DEV_DC_OPTIONS} php /var/www/html/vendor/bin/rector "$@"
-EC=$?
-
-exit $EC