Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
name: string
version: string
type: string
scripts: struct<dev: string, build: string, preview: string>
  child 0, dev: string
  child 1, build: string
  child 2, preview: string
dependencies: struct<react: string, react-dom: string>
  child 0, react: string
  child 1, react-dom: string
devDependencies: struct<@vitejs/plugin-react: string, vite: string>
  child 0, @vitejs/plugin-react: string
  child 1, vite: string
requires: bool
lockfileVersion: int64
packages: struct<: struct<name: string, version: string, dependencies: struct<react: string, react-dom: string (... 18790 chars omitted)
  child 0, : struct<name: string, version: string, dependencies: struct<react: string, react-dom: string>, devDep (... 62 chars omitted)
      child 0, name: string
      child 1, version: string
      child 2, dependencies: struct<react: string, react-dom: string>
          child 0, react: string
          child 1, react-dom: string
      child 3, devDependencies: struct<@vitejs/plugin-react: string, vite: string>
          child 0, @vitejs/plugin-react: string
          child 1, vite: string
  child 1, node_modules/@babel/code-frame: struct<version: string, resolved: string, integrity: string, dev: bool, license: string, dependencie (... 124 chars omitted)
      child 0, version: string
      child 1, resolved: string
      child 2, integrity: string
      child 3, dev: bool
      child 4, license: string
      child 5, dependencies: struct<@babel/helper-validator-identifier: string, js-toke
...
         child 0, fsevents: string
      child 10, peerDependencies: struct<@types/node: string, less: string, lightningcss: string, sass: string, stylus: string, sugars (... 26 chars omitted)
          child 0, @types/node: string
          child 1, less: string
          child 2, lightningcss: string
          child 3, sass: string
          child 4, stylus: string
          child 5, sugarss: string
          child 6, terser: string
      child 11, peerDependenciesMeta: struct<@types/node: struct<optional: bool>, less: struct<optional: bool>, lightningcss: struct<optio (... 138 chars omitted)
          child 0, @types/node: struct<optional: bool>
              child 0, optional: bool
          child 1, less: struct<optional: bool>
              child 0, optional: bool
          child 2, lightningcss: struct<optional: bool>
              child 0, optional: bool
          child 3, sass: struct<optional: bool>
              child 0, optional: bool
          child 4, stylus: struct<optional: bool>
              child 0, optional: bool
          child 5, sugarss: struct<optional: bool>
              child 0, optional: bool
          child 6, terser: struct<optional: bool>
              child 0, optional: bool
  child 82, node_modules/yallist: struct<version: string, resolved: string, integrity: string, dev: bool, license: string>
      child 0, version: string
      child 1, resolved: string
      child 2, integrity: string
      child 3, dev: bool
      child 4, license: string
to
{'name': Value('string'), 'version': Value('string'), 'lockfileVersion': Value('int64'), 'requires': Value('bool'), 'packages': {'': {'name': Value('string'), 'version': Value('string'), 'dependencies': {'react': Value('string'), 'react-dom': Value('string')}, 'devDependencies': {'@vitejs/plugin-react': Value('string'), 'vite': Value('string')}}, 'node_modules/@babel/code-frame': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'dependencies': {'@babel/helper-validator-identifier': Value('string'), 'js-tokens': Value('string'), 'picocolors': Value('string')}, 'engines': {'node': Value('string')}}, 'node_modules/@babel/compat-data': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'engines': {'node': Value('string')}}, 'node_modules/@babel/core': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'dependencies': {'@babel/code-frame': Value('string'), '@babel/generator': Value('string'), '@babel/helper-compilation-targets': Value('string'), '@babel/helper-module-transforms': Value('string'), '@babel/helpers': Value('string'), '@babel/parser': Value('string'), '@babel/template': Value('string'), '@babel/traverse': Value('string'), '@babel/types': Value('string'), '@jridgewell/remapping': Value('string'), 'convert-sourc
...
ion': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'funding': List({'type': Value('string'), 'url': Value('string')}), 'license': Value('string'), 'dependencies': {'escalade': Value('string'), 'picocolors': Value('string')}, 'bin': {'update-browserslist-db': Value('string')}, 'peerDependencies': {'browserslist': Value('string')}}, 'node_modules/vite': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'dependencies': {'esbuild': Value('string'), 'postcss': Value('string'), 'rollup': Value('string')}, 'bin': {'vite': Value('string')}, 'engines': {'node': Value('string')}, 'funding': {'url': Value('string')}, 'optionalDependencies': {'fsevents': Value('string')}, 'peerDependencies': {'@types/node': Value('string'), 'less': Value('string'), 'lightningcss': Value('string'), 'sass': Value('string'), 'stylus': Value('string'), 'sugarss': Value('string'), 'terser': Value('string')}, 'peerDependenciesMeta': {'@types/node': {'optional': Value('bool')}, 'less': {'optional': Value('bool')}, 'lightningcss': {'optional': Value('bool')}, 'sass': {'optional': Value('bool')}, 'stylus': {'optional': Value('bool')}, 'sugarss': {'optional': Value('bool')}, 'terser': {'optional': Value('bool')}}}, 'node_modules/yallist': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string')}}}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              name: string
              version: string
              type: string
              scripts: struct<dev: string, build: string, preview: string>
                child 0, dev: string
                child 1, build: string
                child 2, preview: string
              dependencies: struct<react: string, react-dom: string>
                child 0, react: string
                child 1, react-dom: string
              devDependencies: struct<@vitejs/plugin-react: string, vite: string>
                child 0, @vitejs/plugin-react: string
                child 1, vite: string
              requires: bool
              lockfileVersion: int64
              packages: struct<: struct<name: string, version: string, dependencies: struct<react: string, react-dom: string (... 18790 chars omitted)
                child 0, : struct<name: string, version: string, dependencies: struct<react: string, react-dom: string>, devDep (... 62 chars omitted)
                    child 0, name: string
                    child 1, version: string
                    child 2, dependencies: struct<react: string, react-dom: string>
                        child 0, react: string
                        child 1, react-dom: string
                    child 3, devDependencies: struct<@vitejs/plugin-react: string, vite: string>
                        child 0, @vitejs/plugin-react: string
                        child 1, vite: string
                child 1, node_modules/@babel/code-frame: struct<version: string, resolved: string, integrity: string, dev: bool, license: string, dependencie (... 124 chars omitted)
                    child 0, version: string
                    child 1, resolved: string
                    child 2, integrity: string
                    child 3, dev: bool
                    child 4, license: string
                    child 5, dependencies: struct<@babel/helper-validator-identifier: string, js-toke
              ...
                       child 0, fsevents: string
                    child 10, peerDependencies: struct<@types/node: string, less: string, lightningcss: string, sass: string, stylus: string, sugars (... 26 chars omitted)
                        child 0, @types/node: string
                        child 1, less: string
                        child 2, lightningcss: string
                        child 3, sass: string
                        child 4, stylus: string
                        child 5, sugarss: string
                        child 6, terser: string
                    child 11, peerDependenciesMeta: struct<@types/node: struct<optional: bool>, less: struct<optional: bool>, lightningcss: struct<optio (... 138 chars omitted)
                        child 0, @types/node: struct<optional: bool>
                            child 0, optional: bool
                        child 1, less: struct<optional: bool>
                            child 0, optional: bool
                        child 2, lightningcss: struct<optional: bool>
                            child 0, optional: bool
                        child 3, sass: struct<optional: bool>
                            child 0, optional: bool
                        child 4, stylus: struct<optional: bool>
                            child 0, optional: bool
                        child 5, sugarss: struct<optional: bool>
                            child 0, optional: bool
                        child 6, terser: struct<optional: bool>
                            child 0, optional: bool
                child 82, node_modules/yallist: struct<version: string, resolved: string, integrity: string, dev: bool, license: string>
                    child 0, version: string
                    child 1, resolved: string
                    child 2, integrity: string
                    child 3, dev: bool
                    child 4, license: string
              to
              {'name': Value('string'), 'version': Value('string'), 'lockfileVersion': Value('int64'), 'requires': Value('bool'), 'packages': {'': {'name': Value('string'), 'version': Value('string'), 'dependencies': {'react': Value('string'), 'react-dom': Value('string')}, 'devDependencies': {'@vitejs/plugin-react': Value('string'), 'vite': Value('string')}}, 'node_modules/@babel/code-frame': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'dependencies': {'@babel/helper-validator-identifier': Value('string'), 'js-tokens': Value('string'), 'picocolors': Value('string')}, 'engines': {'node': Value('string')}}, 'node_modules/@babel/compat-data': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'engines': {'node': Value('string')}}, 'node_modules/@babel/core': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'dependencies': {'@babel/code-frame': Value('string'), '@babel/generator': Value('string'), '@babel/helper-compilation-targets': Value('string'), '@babel/helper-module-transforms': Value('string'), '@babel/helpers': Value('string'), '@babel/parser': Value('string'), '@babel/template': Value('string'), '@babel/traverse': Value('string'), '@babel/types': Value('string'), '@jridgewell/remapping': Value('string'), 'convert-sourc
              ...
              ion': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'funding': List({'type': Value('string'), 'url': Value('string')}), 'license': Value('string'), 'dependencies': {'escalade': Value('string'), 'picocolors': Value('string')}, 'bin': {'update-browserslist-db': Value('string')}, 'peerDependencies': {'browserslist': Value('string')}}, 'node_modules/vite': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'dependencies': {'esbuild': Value('string'), 'postcss': Value('string'), 'rollup': Value('string')}, 'bin': {'vite': Value('string')}, 'engines': {'node': Value('string')}, 'funding': {'url': Value('string')}, 'optionalDependencies': {'fsevents': Value('string')}, 'peerDependencies': {'@types/node': Value('string'), 'less': Value('string'), 'lightningcss': Value('string'), 'sass': Value('string'), 'stylus': Value('string'), 'sugarss': Value('string'), 'terser': Value('string')}, 'peerDependenciesMeta': {'@types/node': {'optional': Value('bool')}, 'less': {'optional': Value('bool')}, 'lightningcss': {'optional': Value('bool')}, 'sass': {'optional': Value('bool')}, 'stylus': {'optional': Value('bool')}, 'sugarss': {'optional': Value('bool')}, 'terser': {'optional': Value('bool')}}}, 'node_modules/yallist': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string')}}}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

πŸ—οΈ CRANE

Desktop IDE for local Rust+Python development, powered by Qwen LLMs.

Features:

  • βœ… Desktop app with construction crane icon πŸ—οΈ
  • βœ… Splash screen: Recent projects or Create New
  • βœ… Auto venv with UV (fast Python package manager)
  • βœ… Default: Rust + Python (with UV)
  • βœ… Containerized with Podman (safer, rootless) or other runtimes
  • βœ… No npm unless cloning projects
  • βœ… Full file system access to /mnt/NOBILITY_VAULT/
  • βœ… Auto git init on every project

Quick Start

1. Prerequisites

# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# Install UV (fast venv manager)
pip install uv

# Install Podman (safer than Docker)
sudo apt install podman

# Optional: Podman
sudo apt install podman

2. Build & Run

cd /mnt/NOBILITY_VAULT/crane-ide

# Build Rust backend
cargo build --release

# Start IDE
./run.sh

Expected output:

πŸ—οΈ  Starting CRANE...
Starting backend (port 8002)...
Starting frontend...

3. Desktop Icon

The app creates a .desktop icon automatically:

# Icon location
~/.local/share/applications/crane.desktop

# Click on desktop (or launcher) to open
# It will show: πŸ—οΈ CRANE

How It Works

Splash Screen (First View)

If projects exist:

πŸ—οΈ CRANE
────────────────
Recent Projects:
  [my-app] [rust] πŸ’» local
  [web]    [rust] πŸ“¦ podman
  
✨ New Project

Click a project β†’ Opens it (workspace not yet wired) Click "+ New Project" β†’ Shows creation form

Create New Project

Form options:

Project name: ___________

☐ Containerized (Podman/Docker)

When checked, select runtime:
  πŸ”’ Podman (safer, rootless) β€” DEFAULT
  🐳 Podman

[βœ… Create] [Cancel]

On submit:

  1. Creates /mnt/NOBILITY_VAULT/projects/{name}/
  2. Runs cargo init --name {name}
  3. Initializes git
  4. Creates UV venv: .venv/
  5. If containerized: Builds Podman image + runs container
  6. Auto-commits: init: Create new Rust+Python project with UV
  7. Back to splash screen with new project visible

Architecture

Backend (Rust, Axum)

/api/health β†’ Check Podman/Docker/UV status
/api/projects β†’ List all projects
/api/projects/create β†’ Create new project (with containerization)

Auto-detects:

  • Podman (preferred) β†’ rootless, safer
  • Podman β†’ if Podman not found
  • UV β†’ for venv management

Frontend (React, Tauri)

Single splash view:

  • Recent projects (scrollable list)
  • Create button β†’ modal form
  • Containerization toggle
  • Runtime selector (Podman | Docker)

Tech stack:

  • React 18 (minimal, no extra deps)
  • Tauri (native window, no Electron bloat)
  • No npm in default workflow (only if cloning)

Container Support (Podman/Docker)

Containerfile (Podman native):

FROM rust:latest
RUN apt-get install -y python3.11 git uv
WORKDIR /workspace

Benefits of Podman over Docker:

  • Rootless by default (no daemon, safer)
  • Direct mount of /dev/shm for IPC
  • Drop-in Docker replacement
  • OCI-compatible

File Structure

/mnt/NOBILITY_VAULT/crane-ide/
β”œβ”€β”€ Cargo.toml (workspace: backend + Tauri)
β”œβ”€β”€ backend/
β”‚   β”œβ”€β”€ Cargo.toml (Axum server)
β”‚   └── src/main.rs (project manager, containerization logic)
β”œβ”€β”€ src-tauri/
β”‚   β”œβ”€β”€ frontend/
β”‚   β”‚   β”œβ”€β”€ src/main.jsx (splash + create form)
β”‚   β”‚   β”œβ”€β”€ vite.config.js
β”‚   β”‚   └── package.json (React only, minimal)
β”‚   └── src/main.rs (Tauri app shell)
β”œβ”€β”€ .crane/
β”‚   β”œβ”€β”€ containers/
β”‚   β”‚   β”œβ”€β”€ Containerfile (Podman recipe)
β”‚   β”‚   └── podman-run.sh (launch container)
β”‚   └── init-project.sh (local venv setup)
β”œβ”€β”€ run.sh (launcher: start backend + frontend)
β”œβ”€β”€ README.md (this file)
└── .desktop (icon for application launcher)

Usage Workflow

Local Rust Project (Default)

# Open CRANE
# β†’ Click "+ New Project"
# β†’ Name: "my-app"
# β†’ Uncheck "Containerized"
# β†’ Click "Create"

# Result:
/mnt/NOBILITY_VAULT/projects/my-app/
β”œβ”€β”€ .git/
β”œβ”€β”€ .venv/            # UV Python venv
β”œβ”€β”€ Cargo.toml
β”œβ”€β”€ Cargo.lock
└── src/
    └── main.rs

Develop:

cd /mnt/NOBILITY_VAULT/projects/my-app
cargo build
cargo run

# For Python:
source .venv/bin/activate
pip install <package>
uv sync

Containerized Rust+Python Project

# Open CRANE
# β†’ Click "+ New Project"
# β†’ Name: "web-app"
# β†’ Check "Containerized"
# β†’ Select "πŸ”’ Podman (safer, rootless)"
# β†’ Click "Create"

# Result:
/mnt/NOBILITY_VAULT/projects/web-app/
β”œβ”€β”€ .git/
β”œβ”€β”€ Containerfile     # Auto-created for Podman
β”œβ”€β”€ Cargo.toml
└── src/main.rs

Run in container:

cd /mnt/NOBILITY_VAULT/crane-ide
./podman-run.sh web-app

# Inside container:
# $ cargo build
# $ source .venv/bin/activate

Keyboard Shortcuts

Action Shortcut
Create new project Ctrl+Shift+N
Open recent project Click in list
Toggle containerization Click checkbox

Troubleshooting

"Podman not found"

sudo apt install podman

"UV not installed"

pip install uv

Desktop icon not appearing?

# Update desktop DB
update-desktop-database ~/.local/share/applications/

# Or try opening directly:
/mnt/NOBILITY_VAULT/crane-ide/run.sh

Backend fails to start?

# Check port 8002 is free
lsof -i :8002

# Or use a different port (edit backend/src/main.rs)

Next Steps

  1. Test splash screen: Create 2-3 test projects
  2. Test containerization: Create one local, one Podman
  3. Wire workspace editor: Click project β†’ open file editor
  4. Integrate Qwen routing: Wire backend to Qwen 14B/Coder models
  5. Add GitHub/HF sync: Auto-create repos on project init

Architecture Notes

  • No npm in default workflow βœ… (only for cloning existing web projects)
  • Rust first βœ… (all projects default to Rust)
  • Podman preferred βœ… (safer, rootless)
  • UV for venv βœ… (100x faster than pip alone)
  • Full filesystem access βœ… (ALLOWED_ROOTS in backend)
  • Desktop icon βœ… (construction crane πŸ—οΈ via .desktop file)

Built with πŸ¦€ Rust + 🧠 Qwen + πŸ”’ Podman

Downloads last month
36