Extract Daml source files from a DAR?
App Development3 posts116 views3 likesLast activity Dec 2025
WA
WallaceKellyOP
Sep 2024How can I extract the Daml source files from a DAR?
(assuming they have not been removed)
WA
WallaceKelly
Sep 2024The following works on macOS:
unzip some.dar '*.daml'
WA
WallaceKelly
Dec 2025Keep in mind that there is no guarantee that the embedded Daml source files are exactly the same as the source files used to compile the DAR.
DAR files are in in the zip format (similar to Java ecosystem’s JAR files). The Daml source files are included in the DAR files for convenience. However, replacing them does not invalidate the DAR file.