This patch will fully unlock dash for you.
You don't need to disable SIP in order to make this work.
- Download the precompiled insert_dylib binary here (x86_64)(aarch64), maybe add to PATH
- Download libdash.dylib corresponds to your architecture.
- Copy libdash.dylib to /Applications/Dash.app/Contents/MacOS/
- Inject libdash.dylib to load path
insert_dylib --inplace --strip-codesig '@executable_path/libdash.dylib' Dash
- Remove quarantine flag
xattr -rd com.apple.quarantine /Applications/Dash.app/
- Re-sign the app
codesign --force --deep --sign - /Applications/Dash.app/
- Give me a star.
wget -q -O - https://raw.githubusercontent.com/shinohara-rin/dash-no-license/master/libdash.sh | bash