Clarification on Arelle UI Version

78 views
Skip to first unread message

Vinay Lingala

unread,
Sep 10, 2025, 1:32:26 AMSep 10
to Arelle-users

Hi Team,

I’m working with Arelle and noticed a difference in the UI rendering. I have two screenshots — one showing the expected UI and the other showing what I’m currently getting. Could you please let me know which version of Arelle I should use to get the exact UI shown in the expected image?

Current setup:

  • Arelle version: 2.37.33

  • Edgar version: 3.25.2 (24.2.post1)

  • Xule version: 30050

Thanks in advance for your help!

Best regards,
Vinay Lingala

expected.png
current.png

Austin Matherne

unread,
Sep 10, 2025, 1:43:31 PMSep 10
to Arelle-users
Hi Vinay,

The expected screenshot matches the current version of the UI on sec.gov. The SEC is running the latest version of the EDGAR plugin 25.2.1.1.post2. The plugin releases on Arelle/EDGAR are published when the SEC updates, so if you want to stay up to date with the rendering on sec.gov you will need to make sure you're always running the latest release.

Kind regards,
Austin Matherne

Vinay Lingala

unread,
Sep 11, 2025, 2:24:54 AMSep 11
to Arelle-users

Hi Austin,

I’ve tried changing the Arelle versions (2.37.33, 2.37.53, 2.37.55) along with the latest EDGAR plugin (25.2.1.1.post2), but the UI hasn’t changed at all. Is there any other factor we need to adjust that could be affecting this?

Screenshot from 2025-09-11 11-47-44.png

Austin Matherne

unread,
Sep 11, 2025, 11:56:20 AMSep 11
to Arelle-users
That's odd. Are you using Arelle from the command line or GUI?

Vinay Lingala

unread,
Sep 12, 2025, 1:15:23 AMSep 12
to Arelle-users
We’re using Arelle from the command line, integrated into our Python code through the arelle-release package, not through the GUI.
https://pypi.org/project/arelle-release/

Austin Matherne

unread,
Sep 12, 2025, 9:15:42 AMSep 12
to Arelle-users
Can you provide the full command that you're running from the command line and the message log it produces?

Vinay Lingala

unread,
Sep 17, 2025, 1:10:13 AMSep 17
to Arelle-users
def run_edgar_validation(input_file, output_dir):
    base_plugin_dir = os.path.abspath("static/plugins")
    # All required plugin paths (in order)
    plugin_paths = [
        os.path.join(base_plugin_dir, "EDGAR"),
        os.path.join(base_plugin_dir, "EDGAR", "transform"),
        os.path.join(base_plugin_dir, "EDGAR", "validate"),
        os.path.join(base_plugin_dir, "xule"),
    ]

    # Join plugin paths with pipe |
    pluginsPath = "|".join(plugin_paths)

    # Arelle command to run EDGAR validation
    command = [
        "arelleCmdLine",
        "-f",
        input_file,
        "--disclosureSystem",
        "efm",
        "--plugins",
        pluginsPath,
        "--reportFormat",
        "HtmlAndXml",
        "-r",
        output_dir,
    ]

    # Run the command
    try:
        subprocess.run(command, check=True)
    except subprocess.CalledProcessError as e:
        print(f"Error running Arelle: {e}")



this is the code block to run arelle command with plugin configs: 
        [arelleCmdLine -f input_file --disclosureSystem efm --plugins pluginsPath --reportFormat HtmlAndXml -r output_dir]

Austin Matherne

unread,
Sep 17, 2025, 12:09:54 PMSep 17
to Arelle-users
I don't see anything obviously wrong with the Arelle command. What version of the viewer is shown under the menu?

Screenshot 2025-09-17 at 11.49.24 AM.png

Vinay Lingala

unread,
Sep 18, 2025, 1:47:11 AMSep 18
to arelle...@googlegroups.com
I guess this might be the issue, it says Version :  24.2 (Legacy) 

image.png

--

---
You received this message because you are subscribed to the Google Groups "Arelle-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arelle-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/arelle-users/4b3929bb-8bba-403c-95c4-c61be49eeb0bn%40googlegroups.com.

Austin Matherne

unread,
Sep 18, 2025, 9:09:30 AMSep 18
to Arelle-users
Yes, that would do it. How are you serving the viewer files? Do you have a web server still using older versions of the javascript?
Reply all
Reply to author
Forward
0 new messages