You are hitting a known bug in Kubuntu 25.10’s stty (rust-coreutils). It breaks Laravel interactive prompts with stty: invalid argument .... try run:
sudo apt install coreutils rust-coreutils- coreutils-from-uutils-
Then rerun laravel new / php artisan filament:install and it should work.