PCBuilder CUBE R5-3500 Barebone Mini PC - PCBuilder | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
PCBuilder

PCBuilder CUBE R5-3500 Barebone Mini PC

SKU: PCB-CUBE-R5-3500
R 5 192.38
Available on Backorder

The PCBuilder CUBE-R5-3500 Mini PC is the perfect space-saving solution for busy work environments. Whether you're managing office tasks, running a retail checkout, or powering digital displays, this compact powerhouse keeps things smooth and efficient. Its responsive performance ensures...

This item is on backorder — new stock is expected around 1 Sep 2026. Order now and we'll ship yours as soon as it arrives.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

The PCBuilder CUBE-R5-3500 Mini PC is the perfect space-saving solution for busy work environments. Whether you're managing office tasks, running a retail checkout, or powering digital
displays, this compact powerhouse keeps things smooth and efficient. Its responsive performance ensures multitasking feels effortless, while built-in Wi-Fi and Bluetooth 5.0 connectivity options keep you plugged into your workflow without delays. Need multiple screens? Easily connect to up to 2 displays for a more productive setup. Plus, with its sleek, VESA-mountable design, you can keep your desk clean and cable-free by securing it neatly behind a monitor. Small, powerful, and built to keep up, the PCBuilder CUBE-R5-3500 Mini PC is ready to work wherever you need it.

FEATURES:

  • Get full PC performance in a compact design, perfect for offices, digital displays, and POS systems
  • AMD Ryzen™ 5 3500U processor, featuring 4 cores and 8 threads for speeds up to 3.70GHz
  • Enjoy rapid data transfer speeds with USB up to 5 Gbps
  • Experience crisp 4K visuals with Radeon™ Vega 8 UHD Integrated Graphics for stunning displays
  • M.2 NVMe SSD for ultimate storage flexibility
  • Stay connected with high-speed Wi-Fi, Bluetooth, and Gigabit Ethernet for seamless networking
  • Extend or mirror up to 1 additional display for boosted productivity
  • A sleek, minimalist design that saves space and mounts seamlessly

SPECIFICATIONS:

  • CPU: AMD Ryzen™ 5 3500U (4 cores/8 threads, 4MB cache up to 3.70GHz)
  • GPU: Radeon™ Vega 8 Graphics
  • Memory Slots: 2x Dual-channel DDR4 SO-DIMM (4GB up to 64GB@2400MT/s)
  • Storage Slots: 1x M.2 2280 PCIE3.0x4 (SSD) Not Support SATA
  • Wireless: LAN Wi-Fi 5 (Wi-Fi 802.11 a/b/g/n/ac)
  • Bluetooth: V5.0
  • Ports (front):
    • 1x Audio, 3.5mm Combo audio jack, CTIA
    • 1x Type-C (Data only USB3.0 5Gbps)
    • 1x Power button, with LED
    • 2x USB3.2 Gen 1 (up to 5 Gbps)
  • Ports (back):
    • 1x DC power
    • 1x HDMI 1.4: 3840×2160 (4K@30Hz)
    • 1x DP 1.4: 3840×2160 (4K@60Hz)
    • 1x Type-C (PD+USB2.0 data)
    • 2x USB2.0
    • 1x RJ45 Gigabit Ethernet (1Gbps)
  • VESA Mount: Yes
  • AC Input: 65W/19V/3.42A , 5.5*2.5mm
  • Total Draw Power (TDP): 15W
  • Kensington Lock Slot: Yes
  • Operating System Support: Windows & Linux
  • Colour: Silver
  • Material: PC & ABS
  • Operating Temperature: 0°C to 40°C
  • Product Dimensions: 11.2 x 11.2 x 3.8 cm
  • Product Weight: 550g

WHAT'S IN THE BOX:

  • PCBuilder CUBE R5-3500 Barebone Mini PC x1
  • AC adapter x1
  • VESA mounting bracket x1
Brand PCBuilder
Colour Grey
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

Giada H611 I5-11300H High-end Medical Computer
Giada

Giada H611 I5-11300H High-end Medical Computer

R 18 689.06

Only 1 left - order soon!

Giada F108D Alder Lake-N97 Book Size Signage Player
Giada

Giada F108D Alder Lake-N97 Book Size Signage Player

R 7 061.15

Out of Stock

Giada D108 AMD Ryzen 7 8845HS Book-size Signage Player
Giada

Giada D108 AMD Ryzen 7 8845HS Book-size Signage Player

R 17 443.21

Only 5 left - order soon!

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!