{"id":55170,"library":"svm","title":"GraalVM SubstrateVM","description":"SubstrateVM image builder components for compiling Java applications into native executables.","status":"active","version":"25.0.3","language":"java","source_language":null,"source_url":"https://github.com/oracle/graal","tags":["graalvm","native","image","svm","aot"],"install":[{"cmd":"<dependency>\n  <groupId>org.graalvm.nativeimage</groupId>\n  <artifactId>svm</artifactId>\n  <version>25.0.3</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.graalvm.nativeimage:svm:25.0.3'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"AutomaticFeature","correct":"com.oracle.svm.core.annotate.AutomaticFeature"}],"quickstart":{"code":"import com.oracle.svm.core.annotate.AutomaticFeature;\nimport org.graalvm.nativeimage.hosted.Feature;\n\n@AutomaticFeature\npublic class MyFeature implements Feature {\n    @Override\n    public void duringSetup(FeatureAccess access) {\n        System.out.println(\"Native image setup\");\n    }\n}","lang":"java","description":"Register a custom feature for native image generation."},"warnings":[{"fix":"Use GraalVM distribution and native-image command.","message":"Requires GraalVM Native Image tool; not compatible with standard JVMs.","severity":"breaking","affected_versions":">=20.0.0"}],"env_vars":null,"search_vec":"'aot':18 'applic':10 'builder':5 'compil':8 'compon':6 'execut':13 'graalvm':1,14 'imag':4,16 'java':9 'nativ':12,15 'substratevm':2,3 'svm':17","created_at":"2026-06-15T09:39:24.448415+00:00","updated_at":"2026-06-15T09:39:24.448415+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/oracle/graal/tree/master/substratevm","github":"https://github.com/oracle/graal","docs":"https://appdoc.app/artifact/org.graalvm.nativeimage/svm/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["build-tool"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}